summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-03 14:10:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-03 14:10:42 (GMT)
commitf9a76a14f7760629b1e2c5d5f05caef815610d3f (patch)
tree8514f2a1024f2ccb9ebf059ecf1966fd75489539 /unix
parent66811db830786c136933150c85f07248b172e5a2 (diff)
downloadtk-f9a76a14f7760629b1e2c5d5f05caef815610d3f.zip
tk-f9a76a14f7760629b1e2c5d5f05caef815610d3f.tar.gz
tk-f9a76a14f7760629b1e2c5d5f05caef815610d3f.tar.bz2
Typo (which no compiler would discover, but really xGenericEvent != XGenericEvent)
Diffstat (limited to 'unix')
-rw-r--r--unix/tkUnixEvent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixEvent.c b/unix/tkUnixEvent.c
index 43f695c..496a72d 100644
--- a/unix/tkUnixEvent.c
+++ b/unix/tkUnixEvent.c
@@ -361,7 +361,7 @@ TransferXEventsToTcl(
XEvent x;
TkKeyEvent k;
#ifdef GenericEvent
- xGenericEvent xge;
+ XGenericEvent xge;
#endif
} event;
Window w;