summaryrefslogtreecommitdiff
path: root/exa
diff options
context:
space:
mode:
Diffstat (limited to 'exa')
-rw-r--r--exa/exa.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/exa/exa.h b/exa/exa.h
index 9d9fb35c9..3e1f1c75a 100644
--- a/exa/exa.h
+++ b/exa/exa.h
@@ -39,7 +39,7 @@
#include "fb.h"
#define EXA_VERSION_MAJOR 2
-#define EXA_VERSION_MINOR 4
+#define EXA_VERSION_MINOR 5
#define EXA_VERSION_RELEASE 0
typedef struct _ExaOffscreenArea ExaOffscreenArea;
@@ -704,10 +704,9 @@ typedef struct _ExaDriver {
int depth, int bitsPerPixel, int devKind,
pointer pPixData);
- /** @} */
void *(*CreatePixmap2)(ScreenPtr pScreen, int width, int height,
- int depth, int usage_hint, int bitsPerPixel);
-
+ int depth, int usage_hint, int bitsPerPixel);
+ /** @} */
} ExaDriverRec, *ExaDriverPtr;
/** @name EXA driver flags