summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorRichard Grenville <pyxlcy@gmail.com>2013-07-30 22:24:11 +0800
committerRichard Grenville <pyxlcy@gmail.com>2013-07-30 22:24:11 +0800
commit8f6c2d89ea6883d5cee95cfeb83618c5c11cbf12 (patch)
tree07824143cff1f36fe618a6d949e956ea67cdb487 /common.h
parent4f92672534b2ebb83616de98b40fb79761c0c2ac (diff)
downloadtdebase-8f6c2d89ea6883d5cee95cfeb83618c5c11cbf12.tar.gz
tdebase-8f6c2d89ea6883d5cee95cfeb83618c5c11cbf12.zip
Misc: stoppaint_force & Documentation update
- Add stoppaint_force option, controlled via D-Bus, to stop painting completely, which may look better than unredirecting the screen, sometimes. (#41) - Add x2, y2 matching targets. - Update documentation.
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index e439af4a7..bf0b4800a 100644
--- a/common.h
+++ b/common.h
@@ -462,6 +462,8 @@ typedef struct {
bool unredir_if_possible;
/// Forced redirection setting through D-Bus.
switch_t redirected_force;
+ /// Whether to stop painting. Controlled through D-Bus.
+ switch_t stoppaint_force;
/// Whether to enable D-Bus support.
bool dbus;
/// Path to log file.