]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/fullscreen.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / fullscreen.c
index 7579b95d17005c8b354c7ba7d1b6b067ffecee8d..e1fdf232ab5e80038ada460a7ec1adcedff57f11 100644 (file)
@@ -5,8 +5,7 @@ static gboolean run_func_toggle(ObActionsData *data, gpointer options);
 
 void action_fullscreen_startup(void)
 {
-    actions_register("ToggleFullscreen", NULL, NULL, run_func_toggle,
-                     NULL, NULL);
+    actions_register("ToggleFullscreen", NULL, NULL, run_func_toggle);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.020248 seconds and 4 git commands to generate.