summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-04 22:27:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-04 22:27:05 (GMT)
commite710523dd05e90a26af047d9d03f8d5fcf83b5c9 (patch)
treed1013292ac42d739d0becf505dab41a95e719303 /xlib
parentd8d05bb819e3bacb9cc11fd4f72daf1d6c9d0a65 (diff)
parent25eb58e341a9ad83d2d6b8cac0f41ccbfe37bad8 (diff)
downloadtk-e710523dd05e90a26af047d9d03f8d5fcf83b5c9.zip
tk-e710523dd05e90a26af047d9d03f8d5fcf83b5c9.tar.gz
tk-e710523dd05e90a26af047d9d03f8d5fcf83b5c9.tar.bz2
Merge 8.6
Diffstat (limited to 'xlib')
-rw-r--r--xlib/X11/X.h2
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