summaryrefslogtreecommitdiff
path: root/hw/xwin/winprefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/winprefs.h')
-rw-r--r--hw/xwin/winprefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xwin/winprefs.h b/hw/xwin/winprefs.h
index 9b2fda7e8..ef9c412c6 100644
--- a/hw/xwin/winprefs.h
+++ b/hw/xwin/winprefs.h
@@ -33,6 +33,8 @@
/* Need Bool */
#include "Xdefs.h"
+/* Need TURE */
+#include "misc.h"
/* Need to know how long paths can be... */
#include <limits.h>
@@ -119,6 +121,9 @@ typedef struct WINPREFS
ICONITEM *icon;
int iconItems;
+ /* Silent exit flag */
+ Bool fSilentExit;
+
} WINPREFS;