diff options
-rw-r--r-- | xlib/X11/X.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlib/X11/X.h b/xlib/X11/X.h index 1cc488f..e8a5fdf 100644 --- a/xlib/X11/X.h +++ b/xlib/X11/X.h @@ -234,7 +234,7 @@ are reserved in the protocol for errors and replies. */ #define Mod5Mask (1<<7) /* See bug [9e31fd9449], this way prevents conflicts with Win32 headers */ -enum _Bug9e31fd9449 { None = 0, ControlMask = (1<<2) }; +enum { None = 0, ControlMask = (1<<2) }; /* modifier names. Used to build a SetModifierMapping request or to read a GetModifierMapping request. These correspond to the |