]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
the execute action works again.
[chaz/openbox] / openbox / config.c
index 48df2e799e0c6694586f53751492ad488d5e6949..7f51e7c8a3f04ba843cd2858306e173b27e235e0 100644 (file)
@@ -764,6 +764,7 @@ static void bind_default_keyboard()
 {
     ObDefKeyBind *it;
     ObDefKeyBind binds[] = {
+        { NULL, NULL },
         { "A-Tab", "NextWindow" },
         { "S-A-Tab", "PreviousWindow" },
         { "A-F4", "Close" },
@@ -789,6 +790,7 @@ static void bind_default_mouse()
 {
     ObDefMouseBind *it;
     ObDefMouseBind binds[] = {
+        { NULL, NULL, 0, NULL },
         { "Left", "Client", OB_MOUSE_ACTION_PRESS, "Focus" },
         { "Middle", "Client", OB_MOUSE_ACTION_PRESS, "Focus" },
         { "Right", "Client", OB_MOUSE_ACTION_PRESS, "Focus" },
This page took 0.020971 seconds and 4 git commands to generate.