summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorRichard Grenville <[email protected]>2014-09-07 16:05:14 +0800
committerRichard Grenville <[email protected]>2014-09-07 16:05:14 +0800
commit882d38739957f4a8f1b2571880262082fa431e93 (patch)
tree5393a200ba5d9b19451114e6f65cb0e4c566b789 /common.h
parent42448622a0c442789f949f4bedf5b3623655bb3b (diff)
downloadtdebase-882d38739957f4a8f1b2571880262082fa431e93.tar.gz
tdebase-882d38739957f4a8f1b2571880262082fa431e93.zip
Misc: Add --no-name-pixmap
Add --no-name-pixmap to disable the usage of XCompositeNameWindowPixmap(), for debugging.
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 9c352acba..f9b5d9453 100644
--- a/common.h
+++ b/common.h
@@ -601,6 +601,8 @@ typedef struct _options_t {
Window benchmark_wid;
/// A list of conditions of windows not to paint.
c2_lptr_t *paint_blacklist;
+ /// Whether to avoid using XCompositeNameWindowPixmap(), for debugging.
+ bool no_name_pixmap;
/// Whether to work under synchronized mode for debugging.
bool synchronize;
/// Whether to show all X errors.