From b1076c93330d98d93bf6b775f90dca78daf3a1a3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 17 May 2007 01:45:00 +0000 Subject: rename client_configure_full to client_configure --- openbox/event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/event.c') 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) { -- cgit v1.2.3