From d647de97bec82fa6c229a4801908b847f631f031 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Feb 2003 00:58:59 +0000 Subject: add the new '-remote' option. let the dispatchEvents loop work in 'local' or 'remote' mode. --- src/openbox.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/openbox.hh') diff --git a/src/openbox.hh b/src/openbox.hh index 77b39ce5..eb3914aa 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -94,6 +94,8 @@ private: bool _sync; //! Should Openbox run on a single screen or on all available screens? bool _single; + //! Optimize for a remote/low-bandwidth connection to the display? + bool _remote; //! A list of all managed clients ClientMap _clients; -- cgit v1.2.3