diff options
author | Keith Packard <keithp@keithp.com> | 2013-07-11 16:11:57 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-10-31 16:59:18 -0700 |
commit | 5c5c1b77982a9af7279a90bc3c2be48adaa9c778 (patch) | |
tree | 98dbaa447cea20b00708347d6805ba5da43cdc7e /include/dix-config.h.in | |
parent | 563138298868f62501875d3016f03469dcffaad0 (diff) |
present: Add Present extension
Provides both a software implementation using timers and driver hooks
to base everything on vblank intervals.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index d96da6a27..397ee967a 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -255,6 +255,9 @@ /* Internal define for Xinerama */ #undef PANORAMIX +/* Support Present extension */ +#undef PRESENT + /* Overall prefix */ #undef PROJECTROOT |