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 6d641da6a..4daf47401 100644 --- a/xorg-server/hw/xwin/winprefs.h +++ b/xorg-server/hw/xwin/winprefs.h @@ -143,6 +143,9 @@ typedef struct WINPREFS STYLEITEM *style; int styleItems; + /* Force exit flag */ + Bool fForceExit; + /* Silent exit flag */ Bool fSilentExit; |