argh come on

This commit is contained in:
Adam Jackson 2013-10-25 10:41:56 -04:00
parent 0dce9a68c1
commit e74b031aa7
2 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,12 @@
diff -up xf86-video-vmware-13.0.1/src/compat-api.h.jx xf86-video-vmware-13.0.1/src/compat-api.h
--- xf86-video-vmware-13.0.1/src/compat-api.h.jx 2012-08-06 18:31:14.000000000 -0400
+++ xf86-video-vmware-13.0.1/src/compat-api.h 2013-10-24 15:35:30.457648735 -0400
@@ -96,4 +96,8 @@
@@ -96,4 +96,10 @@
#endif
+#include "xorg-server.h"
+#include "xorgVersion.h"
+#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,14,99,3,0)
+#define DamageUnregister(a, b) DamageUnregister(b)
+#endif

View File

@ -11,7 +11,7 @@
Summary: Xorg X11 vmware video driver
Name: xorg-x11-drv-vmware
Version: 13.0.1
Release: 4%{?gver}%{?dist}
Release: 3%{?gver}%{?dist}
URL: http://www.x.org
License: MIT
Group: User Interface/X Hardware Support
@ -69,9 +69,6 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man4/vmware.4*
%changelog
* Thu Oct 24 2013 Adam Jackson <ajax@redhat.com> - 13.0.1-4
- ABI rebuild
* Thu Oct 24 2013 Adam Jackson <ajax@redhat.com> 13.0.1-3
- xserver 1.15 API compat