set the last time to CurrentTime for events that don't have time stamps

This commit is contained in:
Dana Jansens 2003-03-27 20:28:06 +00:00
parent e0170fe181
commit 2fc662aa62

View file

@ -251,6 +251,9 @@ void event_process(XEvent *e)
caused, like when lowering a window */
if (e->xcrossing.mode == NotifyGrab) return;
break;
default:
event_lasttime = CurrentTime;
break;
}
client = g_hash_table_lookup(client_map, &window);