]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/kill.c
Updated Spanish translation
[chaz/openbox] / openbox / actions / kill.c
index 755a4daf80285b2a49baa96d8f2f47b99da85567..b7d547b9d5b1ee6a07f87ceee94dcc5fe4ee7f97 100644 (file)
@@ -1,14 +1,13 @@
 #include "openbox/actions.h"
-#include "openbox/stacking.h"
+#include "openbox/client.h"
 
 static gboolean run_func(ObActionsData *data, gpointer options);
 
-void action_kill_startup()
+void action_kill_startup(void)
 {
     actions_register("Kill",
                      NULL, NULL,
-                     run_func,
-                     NULL, NULL);
+                     run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.023518 seconds and 4 git commands to generate.