]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
add a var to track errors
[chaz/openbox] / openbox / action.c
index 6eb06298f7cec4dc8c99166f0ed673ba2ad33cea..ccb988d970f8399db0b603cd9a472a4f4ec3dbd5 100644 (file)
@@ -140,6 +140,8 @@ Action *action_from_string(char *name)
     } else if (!g_ascii_strcasecmp(name, "previousdesktoprowwrap")) {
         a = action_new(action_previous_desktop_row);
         a->data.nextprevdesktop.wrap = TRUE;
+    } else if (!g_ascii_strcasecmp(name, "toggledecorations")) {
+        a = action_new(action_toggle_decorations);
     } else if (!g_ascii_strcasecmp(name, "move")) {
         a = action_new(action_move);
     } else if (!g_ascii_strcasecmp(name, "resize")) {
This page took 0.023122 seconds and 4 git commands to generate.