JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix crash as described in FS#37
authorMarco Peereboom <marco@conformal.com>
Tue, 18 Jan 2011 19:18:31 +0000 (19:18 +0000)
committerMarco Peereboom <marco@conformal.com>
Tue, 18 Jan 2011 19:18:31 +0000 (19:18 +0000)
scrotwm.c

index 33de7c2..a0d33b7 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -2834,6 +2834,9 @@ floating_toggle(struct swm_region *r, union arg *args)
        struct ws_win           *win = r->ws->focus;
        union arg               a;
 
+       if (win == NULL)
+               return;
+
        ewmh_update_win_state(win, ewmh[_NET_WM_STATE_ABOVE].atom,
            _NET_WM_STATE_TOGGLE);