diff options
author | Richard Grenville <[email protected]> | 2014-09-07 16:05:14 +0800 |
---|---|---|
committer | Richard Grenville <[email protected]> | 2014-09-07 16:05:14 +0800 |
commit | 882d38739957f4a8f1b2571880262082fa431e93 (patch) | |
tree | 5393a200ba5d9b19451114e6f65cb0e4c566b789 /common.h | |
parent | 42448622a0c442789f949f4bedf5b3623655bb3b (diff) | |
download | tdebase-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |