From 14722aa6e43f7108eddceb1306c3d5f91cb538e9 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Wed, 19 Jun 2013 19:23:19 +0200 Subject: [PATCH] Fix WM_CLIENT_LEADER handling This was broken since 5d0a81c8bf48. Whoops. Signed-off-by: Uli Schlachter --- property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property.c b/property.c index 51eaaec1..534bd085 100644 --- a/property.c +++ b/property.c @@ -122,7 +122,7 @@ xcb_get_property_cookie_t property_get_wm_client_leader(client_t *c) { return xcb_get_property_unchecked(globalconf.connection, false, c->window, - WM_CLIENT_LEADER, XCB_ATOM_WINDOW, 1, 32); + WM_CLIENT_LEADER, XCB_ATOM_WINDOW, 0, 32); } /** Update leader hint of a client.