Misc: Add --no-name-pixmap

Add --no-name-pixmap to disable the usage of
XCompositeNameWindowPixmap(), for debugging.
This commit is contained in:
Richard Grenville
2014-09-07 16:05:14 +08:00
parent 4f9050f53f
commit 094b75eef7
2 changed files with 8 additions and 1 deletions

View File

@@ -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.