about summary refs log tree commit diff
path: root/xevents.c
diff options
context:
space:
mode:
authorokan <okan>2013-06-10 21:37:30 +0000
committerokan <okan>2013-06-10 21:37:30 +0000
commit6059073a5fedd7ef3d97e44ea8eb1511d82087b9 (patch)
tree5dce4ef37808169037ff90fddb1ff962823e3f71 /xevents.c
parentb365ceac0e5370ac151362aa077e2620f9ec9d09 (diff)
downloadcwm-6059073a5fedd7ef3d97e44ea8eb1511d82087b9.tar.gz
cwm-6059073a5fedd7ef3d97e44ea8eb1511d82087b9.tar.xz
cwm-6059073a5fedd7ef3d97e44ea8eb1511d82087b9.zip
move synthetic responses and have client_msg only work with WM_PROTOCOLS,
since that's all ClientMessageEvent is for anyway.
Diffstat (limited to 'xevents.c')
-rw-r--r--xevents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xevents.c b/xevents.c
index 80cb554..812e959 100644
--- a/xevents.c
+++ b/xevents.c
@@ -169,7 +169,7 @@ xev_handle_configurerequest(XEvent *ee)
 		wc.border_width = cc->bwidth;
 
 		XConfigureWindow(X_Dpy, cc->win, e->value_mask, &wc);
-		xu_configure(cc);
+		client_config(cc);
 	} else {
 		/* let it do what it wants, it'll be ours when we map it. */
 		wc.x = e->x;