aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winprefsyacc.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-12-20 21:08:15 +0000
committermarha <marha@users.sourceforge.net>2009-12-20 21:08:15 +0000
commitd8432fdd4f13e9f9d1d44f5482faeb56562661a9 (patch)
tree10b8d598d3c821cdb25569d4bd750b7ad8cae269 /xorg-server/hw/xwin/winprefsyacc.h
parentd34fc70fab4607f70184206a592397c97c3e478e (diff)
downloadvcxsrv-d8432fdd4f13e9f9d1d44f5482faeb56562661a9.tar.gz
vcxsrv-d8432fdd4f13e9f9d1d44f5482faeb56562661a9.tar.bz2
vcxsrv-d8432fdd4f13e9f9d1d44f5482faeb56562661a9.zip
Switched to xorg-server-1.7.99.2
Diffstat (limited to 'xorg-server/hw/xwin/winprefsyacc.h')
-rw-r--r--xorg-server/hw/xwin/winprefsyacc.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/xorg-server/hw/xwin/winprefsyacc.h b/xorg-server/hw/xwin/winprefsyacc.h
index a9e5d0c2b..67470cfb7 100644
--- a/xorg-server/hw/xwin/winprefsyacc.h
+++ b/xorg-server/hw/xwin/winprefsyacc.h
@@ -65,8 +65,9 @@
DEBUG = 281,
RELOAD = 282,
TRAYICON = 283,
- SILENTEXIT = 284,
- STRING = 285
+ FORCEEXIT = 284,
+ SILENTEXIT = 285,
+ STRING = 286
};
#endif
/* Tokens. */
@@ -96,8 +97,9 @@
#define DEBUG 281
#define RELOAD 282
#define TRAYICON 283
-#define SILENTEXIT 284
-#define STRING 285
+#define FORCEEXIT 284
+#define SILENTEXIT 285
+#define STRING 286
@@ -116,7 +118,7 @@ typedef union YYSTYPE
/* Line 1676 of yacc.c */
-#line 120 "winprefsyacc.h"
+#line 122 "winprefsyacc.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */