summaryrefslogtreecommitdiffstats
path: root/dbus.c
diff options
context:
space:
mode:
authorRichard Grenville <pyxlcy@gmail.com>2013-09-04 22:00:51 +0800
committerRichard Grenville <pyxlcy@gmail.com>2013-09-04 22:00:51 +0800
commitd41c7507250be2349080fcea44b5f33f84dd65aa (patch)
tree6205329f52c39991ab2e54de7eae21adbb7a3075 /dbus.c
parentfc117ad4f8ec65344a58308a86b48965e574004f (diff)
downloadtdebase-d41c7507250be2349080fcea44b5f33f84dd65aa.tar.gz
tdebase-d41c7507250be2349080fcea44b5f33f84dd65aa.zip
Improvement: --unredir-if-possible-exclude & --unredir-if-possible-delay
- Add --unredir-if-possible-exclude, to exclude certain windows when evaluating --unredir-if-possible. (#140) - Add --unredir-if-possible-delay, to add some delay before unredirecting screen. (#138, #140) - Code clean-up.
Diffstat (limited to 'dbus.c')
-rw-r--r--dbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus.c b/dbus.c
index 8f53eeefa..299c5ac0b 100644
--- a/dbus.c
+++ b/dbus.c
@@ -898,6 +898,7 @@ cdbus_process_opts_get(session_t *ps, DBusMessage *msg) {
cdbus_m_opts_get_do(detect_rounded_corners, cdbus_reply_bool);
cdbus_m_opts_get_do(paint_on_overlay, cdbus_reply_bool);
cdbus_m_opts_get_do(unredir_if_possible, cdbus_reply_bool);
+ cdbus_m_opts_get_do(unredir_if_possible_delay, cdbus_reply_int32);
cdbus_m_opts_get_do(redirected_force, cdbus_reply_enum);
cdbus_m_opts_get_do(stoppaint_force, cdbus_reply_enum);
cdbus_m_opts_get_do(logpath, cdbus_reply_string);