diff options
author | Alex Deucher <alex@cube.(none)> | 2008-04-29 21:01:41 -0400 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-04-29 21:01:41 -0400 |
commit | 445b71021843665ba32f37b2ce5c9d2857c07cc7 (patch) | |
tree | 40c09b9e054694369daecbec3d53a31b4da37d74 /configure.ac | |
parent | 070cce5255a5c311f9d8b85ec54bd56655014933 (diff) |
RADEON: assorted fixes
- free rotate pixmaps on VT switch
- save crtc/output status so we only turn on
crtcs/outputs if they are off
- show/hide cursors when changing modes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b6443488..ab8bd97c 100644 --- a/configure.ac +++ b/configure.ac @@ -176,6 +176,14 @@ AC_CHECK_DECL(xf86_crtc_clip_video_helper, #include "xf86i2c.h" #include "xf86Crtc.h"]) +AC_CHECK_DECL(xf86RotateFreeShadow, + [AC_DEFINE(HAVE_FREE_SHADOW, 1, [have new FreeShadow API])], + [], + [#include <xorg-server.h> + #include <windowstr.h> + #include <xf86Crtc.h>]) + + AC_CHECK_DECL(XSERVER_LIBPCIACCESS, [XSERVER_LIBPCIACCESS=yes],[XSERVER_LIBPCIACCESS=no], [#include "xorg-server.h"]) |