diff options
Diffstat (limited to 'include/delphi/m_clistint.inc')
-rw-r--r-- | include/delphi/m_clistint.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index 88fcb303ad..09c1566154 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -186,12 +186,8 @@ type extraColumnsCount :int;
extraColumnSpacing :int;
checkboxSize :int;
- showSelAlways :int;
- showIdle :int;
- noVScrollbar :int;
- useWindowsColours :int;
- needsResort :int;
- filterSearch :int;
+ bShowSelAlways, bShowIdle, bNoVScrollbar, bUseWindowsColours : byte;
+ bNeedsResort, bFilterSearch, bLockScrollbar : byte;
end;
PtrayIconInfo_t = ^trayIconInfo_t;
|