15 lines
479 B
Diff
15 lines
479 B
Diff
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,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
|
|
+
|
|
#endif
|