diff options
author | marha <marha@users.sourceforge.net> | 2014-03-05 09:33:39 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-03-05 09:33:39 +0100 |
commit | 8badbdef38ce843dc443ddee219eda4040ef2cd5 (patch) | |
tree | e44061aeab2425b199c89ec54b5caa909228492c /xorg-server/hw/xwin/winprefs.h | |
parent | 45392e4a0642880b569ea5d4a350cdc395a2c7db (diff) | |
download | vcxsrv-8badbdef38ce843dc443ddee219eda4040ef2cd5.tar.gz vcxsrv-8badbdef38ce843dc443ddee219eda4040ef2cd5.tar.bz2 vcxsrv-8badbdef38ce843dc443ddee219eda4040ef2cd5.zip |
Now taskbar with notab can be specified in system.XWinrc
Diffstat (limited to 'xorg-server/hw/xwin/winprefs.h')
-rw-r--r-- | xorg-server/hw/xwin/winprefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winprefs.h b/xorg-server/hw/xwin/winprefs.h index 8f4eb0807..892662777 100644 --- a/xorg-server/hw/xwin/winprefs.h +++ b/xorg-server/hw/xwin/winprefs.h @@ -140,6 +140,9 @@ typedef struct WINPREFS { /* Silent exit flag */ Bool fSilentExit; + /* No tray icon flag */ + Bool fNoTrayIcon; + } WINPREFS; /* The global pref settings structure loaded by the winprefyacc.y parser */ |