summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-22 18:09:41 +0000
committerDana Jansens <danakj@orodu.net>2003-07-22 18:09:41 +0000
commit845833226b7d65019d41eb3afce6fad7ae3d30a2 (patch)
treee222e95482a7c0b3b40bdad0994bafa82fe34419 /openbox/openbox.h
parent6a7d4de7899fb90f8b93cb8c7facfc8273b0d1b4 (diff)
add the --replace command line option, and support for the WM_Sn selection
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index f5129ecc..a9d32688 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -27,6 +27,8 @@ SnDisplay *ob_sn_display;
/*! The number of the screen on which we're running */
extern gint ob_screen;
+extern gboolean ob_replace_wm;
+
/* The state of execution of the window manager */
ObState ob_state();