exa: add missing exa.h header include
This commit is contained in:
parent
3ec6a121e1
commit
8dc8812c22
|
@ -39,7 +39,7 @@
|
||||||
#include "fb.h"
|
#include "fb.h"
|
||||||
|
|
||||||
#define EXA_VERSION_MAJOR 2
|
#define EXA_VERSION_MAJOR 2
|
||||||
#define EXA_VERSION_MINOR 4
|
#define EXA_VERSION_MINOR 5
|
||||||
#define EXA_VERSION_RELEASE 0
|
#define EXA_VERSION_RELEASE 0
|
||||||
|
|
||||||
typedef struct _ExaOffscreenArea ExaOffscreenArea;
|
typedef struct _ExaOffscreenArea ExaOffscreenArea;
|
||||||
|
@ -704,10 +704,9 @@ typedef struct _ExaDriver {
|
||||||
int depth, int bitsPerPixel, int devKind,
|
int depth, int bitsPerPixel, int devKind,
|
||||||
pointer pPixData);
|
pointer pPixData);
|
||||||
|
|
||||||
/** @} */
|
|
||||||
void *(*CreatePixmap2)(ScreenPtr pScreen, int width, int height,
|
void *(*CreatePixmap2)(ScreenPtr pScreen, int width, int height,
|
||||||
int depth, int usage_hint, int bitsPerPixel);
|
int depth, int usage_hint, int bitsPerPixel);
|
||||||
|
/** @} */
|
||||||
} ExaDriverRec, *ExaDriverPtr;
|
} ExaDriverRec, *ExaDriverPtr;
|
||||||
|
|
||||||
/** @name EXA driver flags
|
/** @name EXA driver flags
|
||||||
|
|
Loading…
Reference in New Issue