diff options
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c index e265f4de..6a5e3540 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1085,7 +1085,7 @@ static void event_handle_client(ObClient *client, XEvent *e) /* don't create enter events from clients moving themselves */ grab_pointer(FALSE, FALSE, OB_CURSOR_NONE); - client_configure_full(client, x, y, w, h, FALSE, TRUE); + client_configure(client, x, y, w, h, FALSE, TRUE); ungrab_pointer(); } break; @@ -1266,7 +1266,7 @@ static void event_handle_client(ObClient *client, XEvent *e) /* don't create enter events from clients moving themselves */ grab_pointer(FALSE, FALSE, OB_CURSOR_NONE); - client_configure_full(client, x, y, w, h, FALSE, TRUE); + client_configure(client, x, y, w, h, FALSE, TRUE); ungrab_pointer(); } else if (msgtype == prop_atoms.net_restack_window) { if (e->xclient.data.l[0] != 2) { |
