fix build against newer X server
This commit is contained in:
parent
da8577daf8
commit
d804e0ee11
@ -1,6 +1,6 @@
|
|||||||
Name: tigervnc
|
Name: tigervnc
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: A TigerVNC remote display system
|
Summary: A TigerVNC remote display system
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -301,6 +301,9 @@ fi
|
|||||||
%doc LICENCE.TXT
|
%doc LICENCE.TXT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 10 2012 Dave Airlie <airlied@redhat.com> 1.1.0-10
|
||||||
|
- fix build against newer X server
|
||||||
|
|
||||||
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 1.1.0-9
|
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 1.1.0-9
|
||||||
- Build with the Composite extension for feature parity with other X servers
|
- Build with the Composite extension for feature parity with other X servers
|
||||||
|
|
||||||
|
@ -143,28 +143,3 @@ diff -up xserver/hw/vnc/xvnc.cc.xorg113 xserver/hw/vnc/xvnc.cc
|
|||||||
|
|
||||||
miSetPixmapDepths();
|
miSetPixmapDepths();
|
||||||
|
|
||||||
diff -up xserver/include/screenint.h.xorg113 xserver/include/screenint.h
|
|
||||||
--- xserver/include/screenint.h.xorg113 2012-07-19 21:30:38.258557709 -0400
|
|
||||||
+++ xserver/include/screenint.h 2012-07-19 21:30:45.415468235 -0400
|
|
||||||
@@ -72,18 +72,18 @@ extern _X_EXPORT int AddGPUScreen(Bool (
|
|
||||||
extern _X_EXPORT void RemoveGPUScreen(ScreenPtr pScreen);
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
-AttachUnboundGPU(ScreenPtr pScreen, ScreenPtr new);
|
|
||||||
+AttachUnboundGPU(ScreenPtr pScreen, ScreenPtr);
|
|
||||||
extern _X_EXPORT void
|
|
||||||
DetachUnboundGPU(ScreenPtr unbound);
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
-AttachOutputGPU(ScreenPtr pScreen, ScreenPtr new);
|
|
||||||
+AttachOutputGPU(ScreenPtr pScreen, ScreenPtr);
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
DetachOutputGPU(ScreenPtr output);
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
-AttachOffloadGPU(ScreenPtr pScreen, ScreenPtr new);
|
|
||||||
+AttachOffloadGPU(ScreenPtr pScreen, ScreenPtr);
|
|
||||||
|
|
||||||
extern _X_EXPORT void
|
|
||||||
DetachOffloadGPU(ScreenPtr slave);
|
|
||||||
|
Loading…
Reference in New Issue
Block a user