mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
xf86-video-xgi: Rename xf86Version includes and defines to xorgVersion.
s/xf86Version.h/xorgVersion.h/ s/XF86_VERSION/XORG_VERSION_/ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
#include "osdef.h"
|
||||
|
||||
#ifdef LINUX_XF86
|
||||
#include "xf86Version.h"
|
||||
#include "xorgVersion.h"
|
||||
#include "xf86Pci.h"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
#ifdef XF86DRI
|
||||
#define XGINEWDRI
|
||||
#undef XGINEWDRI2
|
||||
#if XF86_VERSION_CURRENT >= XF86_VERSION_NUMERIC(4,4,99,99,0) /* Adapt this when the time has come */
|
||||
#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(4,4,99,99,0) /* Adapt this when the time has come */
|
||||
#define XGINEWDRI2
|
||||
#endif
|
||||
#include "xf86drm.h"
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86Version.h"
|
||||
#include "xorgVersion.h"
|
||||
#include "xf86PciInfo.h"
|
||||
#include "xf86Pci.h"
|
||||
#include "xf86DDC.h"
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86Resources.h"
|
||||
#include "dixstruct.h"
|
||||
#include "xf86Version.h"
|
||||
#include "xorgVersion.h"
|
||||
#include "xf86PciInfo.h"
|
||||
#include "xf86Pci.h"
|
||||
#include "xf86cmap.h"
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#include "xf4bpp.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86Resources.h"
|
||||
#include "xf86Version.h"
|
||||
#include "xorgVersion.h"
|
||||
|
||||
#include "xf86cmap.h"
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86Version.h"
|
||||
#include "xorgVersion.h"
|
||||
#include "xf86PciInfo.h"
|
||||
#include "xf86Pci.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user