Unregistering events in XSelectInput() when unregistering IM filter

callbacks may be a bad idea as others may be interested in this event.
    Removed the call to XSelectInput() altogether as we are in root window
    anyway (Lubos Lunak).
Fix size of a variable that gets assigned the value of SmartScheduleTime
    (long) to long. This should help to prevent smart scheduler lockup on
    64 bit systems due to overruns (Andreas Schwab).
This commit is contained in:
Egbert Eich 2004-09-15 09:05:22 +00:00
parent f642fc729b
commit a3aa6a2d86

View File

@ -362,7 +362,7 @@ Dispatch(void)
register int nready;
register HWEventQueuePtr* icheck = checkForInput;
#ifdef SMART_SCHEDULE
int start_tick;
long start_tick;
#endif
nextFreeClientID = 1;