summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/tkTest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTest.c b/generic/tkTest.c
index 2eaa4de..b424a36 100644
--- a/generic/tkTest.c
+++ b/generic/tkTest.c
@@ -1726,9 +1726,9 @@ static int ProcessEventsObjCmd(
Tk_RestrictProc *oldProc;
int index;
static const char *const eventTypeNames[] = {
- "leave", "enter", "motion", NULL};
+ "leave", "enter", "motion", "expose", NULL};
static const int eventTypes[] = {
- LeaveNotify, EnterNotify, MotionNotify};
+ LeaveNotify, EnterNotify, MotionNotify, Expose};
int whichEvents[100];
if (objc < 2) {
Tcl_WrongNumArgs(interp, 1, objv, "eventtype ?eventtype ...?");