summaryrefslogtreecommitdiff
path: root/exa/exa_priv.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2007-11-07 18:56:45 +0100
committerMichel Dänzer <michel@tungstengraphics.com>2007-11-07 19:01:24 +0100
commit9bee1c6912817f65bbb8cf4078f0ad016d9d51cb (patch)
tree30b350c0947fbeadf7bc52c1ed40a4b8c7f2b7e7 /exa/exa_priv.h
parente717409bae355df9a617a226f12fbb8c54ae77e5 (diff)
EXA: Disable problematic optimization of dest pixmap migration by default.
Also add some code comments about these optimizations.
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r--exa/exa_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h
index a69536372..7656a0278 100644
--- a/exa/exa_priv.h
+++ b/exa/exa_priv.h
@@ -119,6 +119,7 @@ typedef struct {
enum ExaMigrationHeuristic migration;
Bool checkDirtyCorrectness;
unsigned disableFbCount;
+ Bool optimize_migration;
} ExaScreenPrivRec, *ExaScreenPrivPtr;
/*