diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2009-02-08 02:08:13 +0100 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2009-02-08 02:08:13 +0100 |
commit | 30daba6903378dd47f386c0012a0667fd2368f3e (patch) | |
tree | fda0bf02537ab252732240a00eb4f23e465ea257 /exa/exa_priv.h | |
parent | d591c7d1b87c61ee8add2fce689e35cf097eed4f (diff) |
exa: All fallbacks should have a GC, remove some code.
- I did some testing with full fallbacks forced by the driver.
- I ran rendercheck, expedite and the (full) x11perf test suite.
- Thanks to ajax for pointing out this should be unneeded.
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r-- | exa/exa_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h index 588fdec54..461e5e37f 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -129,7 +129,6 @@ typedef struct { #define EXA_FALLBACK_COPYWINDOW (1 << 0) #define EXA_ACCEL_COPYWINDOW (1 << 1) -#define EXA_FALLBACK_NOGC (1 << 2) typedef void (*EnableDisableFBAccessProcPtr)(int, Bool); typedef struct { |