summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-03-02 15:37:07 -0500
committerDana Jansens <danakj@orodu.net>2008-03-02 15:40:11 -0500
commit7ea56abf05b9e6cd4e806dbfa1146562378edc7b (patch)
tree8875e2fdc795cd3c291fba0b06f3ba94d196acf4 /openbox/openbox.h
parent8562034e30e8b319a746009859cbefc1f41b41f5 (diff)
add a RECONFIGURING state, and enter that when doing reconfiguring
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index 4f2310f8..06d38297 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -52,6 +52,7 @@ extern gboolean ob_debug_xinerama;
/* The state of execution of the window manager */
ObState ob_state();
+void ob_set_state(ObState state);
void ob_restart_other(const gchar *path);
void ob_restart();