From 15f0ff877e2aa81eee6f83737b6d558607a8e9b6 Mon Sep 17 00:00:00 2001 From: "Niklas.Waern" Date: Sat, 22 May 2010 00:29:38 +0200 Subject: [PATCH] x11.xlib: add GenericEvent constant --- basis/x11/xlib/xlib.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/x11/xlib/xlib.factor b/basis/x11/xlib/xlib.factor index 7914c7cf1a..e20314bf11 100644 --- a/basis/x11/xlib/xlib.factor +++ b/basis/x11/xlib/xlib.factor @@ -565,7 +565,8 @@ CONSTANT: SelectionNotify 31 CONSTANT: ColormapNotify 32 CONSTANT: ClientMessage 33 CONSTANT: MappingNotify 34 -CONSTANT: LASTEvent 35 +CONSTANT: GenericEvent 35 +CONSTANT: LASTEvent 36 STRUCT: XAnyEvent { type int }