summaryrefslogtreecommitdiff
path: root/openbox/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/window.h')
-rw-r--r--openbox/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/window.h b/openbox/window.h
index dd81342c..6c557d18 100644
--- a/openbox/window.h
+++ b/openbox/window.h
@@ -52,8 +52,8 @@ struct _ObClient;
extern GHashTable *window_map;
-void window_startup();
-void window_shutdown();
+void window_startup(gboolean reconfig);
+void window_shutdown(gboolean reconfig);
Window window_top(ObWindow *self);
Window window_layer(ObWindow *self);