]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/fullscreen.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / fullscreen.c
index 647a78bcf2a79936b8a8ad14ab5e541e7448807a..e1fdf232ab5e80038ada460a7ec1adcedff57f11 100644 (file)
@@ -3,10 +3,9 @@
 
 static gboolean run_func_toggle(ObActionsData *data, gpointer options);
 
-void action_fullscreen_startup()
+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.022976 seconds and 4 git commands to generate.