media-gfx/gimp: kill for now, too complicated
[sgilles-overlay.git] / x11-drivers / xf86-video-virtualbox / files / xf86-video-virtualbox-4.3.8-vboxvideo_compilefixes.patch
blob23be8a5cb66604764baa7f81e0a79cded7276b27
1 --- VirtualBox-4.3.8/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
2 +++ VirtualBox-4.3.8/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
3 @@ -105,7 +105,6 @@
4 #define VBOX_NAME "VBoxVideo"
5 #define VBOX_DRIVER_NAME "vboxvideo"
7 -#ifdef VBOX_DRI_OLD
8 /* DRI support */
9 #define _XF86DRI_SERVER_
10 /* Hack to work around a libdrm header which is broken on Solaris */
11 @@ -120,7 +119,6 @@
12 /* For some reason this is not in the header files. */
13 extern void GlxSetVisualConfigs(int nconfigs, __GLXvisualConfig *configs,
14 void **configprivs);
15 -#endif
17 #define VBOX_VIDEO_MAJOR 1
18 #define VBOX_VIDEO_MINOR 0
19 @@ -191,12 +189,10 @@
20 Bool fAnyX;
21 #ifdef VBOX_DRI
22 Bool useDRI;
23 -#ifdef VBOX_DRI_OLD
24 int cVisualConfigs;
25 __GLXvisualConfig *pVisualConfigs;
26 DRIInfoRec *pDRIInfo;
27 int drmFD;
28 -# endif
29 #endif
30 } VBOXRec, *VBOXPtr;