Initial implementation of trace restrict slots

This commit is contained in:
Jonathan G Rennison
2017-03-30 21:14:14 +01:00
parent 688ee9ac11
commit 6417fb16c3
20 changed files with 1514 additions and 20 deletions

View File

@@ -687,6 +687,12 @@ enum WindowClass {
*/
WC_TRACE_RESTRICT,
/**
* Trace restrict slot window; %Window numbers:
* - Packed value = #SlotListWidgets / #VehicleListWidgets
*/
WC_TRACE_RESTRICT_SLOTS,
WC_INVALID = 0xFFFF, ///< Invalid window.
};