diff options
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 */ |