From 5c5c1b77982a9af7279a90bc3c2be48adaa9c778 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 11 Jul 2013 16:11:57 -0700 Subject: 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 Reviewed-by: Adam Jackson --- include/dix-config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/dix-config.h.in') 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 -- cgit v1.2.3