add sloppy focus
This commit is contained in:
parent
917c5c9349
commit
7ea5ffea73
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ static void events(ObEvent *e, void *foo)
|
||||||
case Event_X_EnterNotify:
|
case Event_X_EnterNotify:
|
||||||
if (e->data.x.client && client_normal(e->data.x.client))
|
if (e->data.x.client && client_normal(e->data.x.client))
|
||||||
client_focus(e->data.x.client);
|
client_focus(e->data.x.client);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
g_assert_not_reached();
|
g_assert_not_reached();
|
||||||
|
|
Loading…
Reference in a new issue