diff options
-rw-r--r-- | src/Event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Event.c b/src/Event.c index 389cf9c..799cc3e 100644 --- a/src/Event.c +++ b/src/Event.c @@ -1542,7 +1542,7 @@ void XtMainLoop(void) void XtAppMainLoop( XtAppContext app) { - long m = XtIMAll; + XtInputMask m = XtIMAll; LOCK_APP(app); do { if( m == 0 ) m=XtIMAll; |