]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
garb press events so they dont break bindings... X sucks
[chaz/openbox] / openbox / client.c
index 29a20ad965977bd4da7000deaff9c76a82f86cbd..3389fdc6f10c374069b5247561f426a77749f450 100644 (file)
@@ -202,7 +202,7 @@ void client_manage(Window window)
     if ((wmhint = XGetWMHints(ob_display, window))) {
        if ((wmhint->flags & StateHint) &&
            wmhint->initial_state == WithdrawnState) {
-            slit_add(window, wmhint, &attrib);
+            slit_add(window, wmhint);
             grab_server(FALSE);
            XFree(wmhint);
            return;
This page took 0.020324 seconds and 4 git commands to generate.