summaryrefslogtreecommitdiff
path: root/openbox/window.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-03 18:11:39 +0000
committerDana Jansens <danakj@orodu.net>2003-09-03 18:11:39 +0000
commit806a8c411f10c7a2292bfac15d77c8609f56ee71 (patch)
treed56c0f2a4b05b00fef085ea69930603f10ee8f75 /openbox/window.h
parent40902496a01b21b950f3672bf2ae9e100ba9b95c (diff)
add a reconfigure action, also reconfigure on SIGUSR2.
support reconfiguring throughout the entire codebase.
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);