cvsimport

This commit is contained in:
Christian Neukirchen
2013-12-13 12:57:57 +00:00
6 changed files with 16 additions and 9 deletions

View File

@@ -212,6 +212,8 @@ xev_handle_enternotify(XEvent *ee)
XCrossingEvent *e = &ee->xcrossing;
struct client_ctx *cc;
Last_Event_Time = e->time;
if ((cc = client_find(e->window)) != NULL)
client_setactive(cc);
}