diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-03-29 13:03:39 +0200 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-03-30 10:52:38 +0200 |
commit | c02d5977015983473a9bbae97ec65ce70a5faa3b (patch) | |
tree | 10c844dfa5b87f1cd90a0f8a28983ccc0932cecb /configure.ac | |
parent | b234d7d6925b480a9c4fe23e5100e6fe7e5c0eac (diff) |
vmwlegacy: Make sure we draw the colorkey to the right drawable
Don't draw the colorkey to the screen drawable, but to the video drawable
when possible.
Also change the Xv API/ABI test to use the builtin ABI version
functions.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Michel Dänzer <daenzer@vmware.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index e3dcf30..cd2854e 100644 --- a/configure.ac +++ b/configure.ac @@ -81,10 +81,6 @@ PKG_CHECK_EXISTS([xorg-server >= 1.1.0], [AC_DEFINE([HAVE_XORG_SERVER_1_1_0], 1, [Has version 1.1.0 or greater of the Xserver])]) -PKG_CHECK_EXISTS([xorg-server >= 1.0.99.901], - [AC_DEFINE([HAVE_XORG_SERVER_1_0_99_901], 1, - [Has version 1.0.99.901 or greater of the Xserver])]) - PKG_CHECK_EXISTS([xorg-server >= 1.2.0], [AC_DEFINE([HAVE_XORG_SERVER_1_2_0], 1, [Has version 1.2.0 or greater of the Xserver])]) |