summaryrefslogtreecommitdiff
path: root/openbox/client_list_combined_menu.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-01-16 15:25:08 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-01-16 15:35:25 +0100
commit0be98fee4743c795b06aa23881b82eff5bab3ef6 (patch)
treeb108607acae5fc6298a1a6ed2e1c9354213557e0 /openbox/client_list_combined_menu.c
parentcafba3acf3ef5b34be867a155ec05b35e82384e9 (diff)
Various fixes for sparse warnings.
Define void functions with (void), not (). Add missing includes. Some functions were declared static but defined non-static. Some variables that should be file static were file global but not used in any other file. prop.h defined a new prop_atoms in each file that included it instead of declaring it extern.
Diffstat (limited to 'openbox/client_list_combined_menu.c')
-rw-r--r--openbox/client_list_combined_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client_list_combined_menu.c b/openbox/client_list_combined_menu.c
index 194c927e..f7fc36b8 100644
--- a/openbox/client_list_combined_menu.c
+++ b/openbox/client_list_combined_menu.c
@@ -30,7 +30,7 @@
#define MENU_NAME "client-list-combined-menu"
-ObMenu *combined_menu;
+static ObMenu *combined_menu;
#define SEPARATOR -1
#define ADD_DESKTOP -2