aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c
diff options
context:
space:
mode:
authorokan2013-06-10 21:37:30 +0000
committerokan2013-06-10 21:37:30 +0000
commitd4e68ce6f6bb6effbb27c5607734c3da30e7baa9 (patch)
tree037de4d342ccf0585c2808032e762294c46cade1 /xevents.c
parent047b95bd58c952fb5fbf9a6f97782a916cc9fe87 (diff)
downloadcwm-d4e68ce6f6bb6effbb27c5607734c3da30e7baa9.tar.gz
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xevents.c b/xevents.c
index c7fc215..90eaee7 100644
--- a/xevents.c
+++ b/xevents.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: xevents.c,v 1.84 2013/06/10 20:11:43 okan Exp $
+ * $OpenBSD: xevents.c,v 1.85 2013/06/10 21:37:30 okan Exp $
*/
/*
@@ -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;