summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle_popup.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-09-04 06:21:22 +0200
committerMikael Magnusson <mikachu@comhem.se>2007-09-04 06:27:10 +0200
commit556eb7b7fb20b3b0db03b6d92259ad3bb16dccde (patch)
treee1d67b73f558a23a925ef90abb7575013d5cd89e /openbox/focus_cycle_popup.c
parent9b803f4755b73d1e3d28943c4c141493ad36317c (diff)
ANSI function declarations, ie () -> (void)
Diffstat (limited to 'openbox/focus_cycle_popup.c')
-rw-r--r--openbox/focus_cycle_popup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c
index 8ce2c161..488ecce1 100644
--- a/openbox/focus_cycle_popup.c
+++ b/openbox/focus_cycle_popup.c
@@ -460,7 +460,7 @@ void focus_cycle_popup_show(ObClient *c, gboolean iconic_windows,
}
}
-void focus_cycle_popup_hide()
+void focus_cycle_popup_hide(void)
{
gulong ignore_start;
@@ -523,7 +523,7 @@ void focus_cycle_popup_single_show(struct _ObClient *c,
screen_hide_desktop_popup();
}
-void focus_cycle_popup_single_hide()
+void focus_cycle_popup_single_hide(void)
{
icon_popup_hide(single_popup);
}