diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkBind.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkBind.c b/generic/tkBind.c index 525e13e..567c51f 100644 --- a/generic/tkBind.c +++ b/generic/tkBind.c @@ -1261,9 +1261,9 @@ Tk_BindEvent( } /* - * Ignore event types which are not in flagArray. Most notably, - * NoExpose events can fill the ring buffer and disturb (thus - * masking out) event sequences of interest. + * Ignore event types which are not in flagArray and all zeroes there. + * Most notably, NoExpose events can fill the ring buffer and disturb + * (thus masking out) event sequences of interest. */ if ((eventPtr->type >= TK_LASTEVENT) || !flagArray[eventPtr->type]) { |