add exit and reconfigure actions
[dana/openbox-history.git] / openbox / actions / showdesktop.c
index 2699b1b..8781f95 100644 (file)
@@ -6,8 +6,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 void action_showdesktop_startup()
 {
     actions_register("ShowDesktop",
-                     NULL,
-                     NULL,
+                     NULL, NULL,
                      run_func,
                      NULL, NULL);
 }