]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/fullscreen.c
ANSI function declarations, ie () -> (void)
[chaz/openbox] / openbox / actions / fullscreen.c
index 647a78bcf2a79936b8a8ad14ab5e541e7448807a..7579b95d17005c8b354c7ba7d1b6b067ffecee8d 100644 (file)
@@ -3,7 +3,7 @@
 
 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);
This page took 0.020869 seconds and 4 git commands to generate.