mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 18:10:06 +01:00
exa: missed exa.h change
This commit is contained in:
parent
02ae85c4c9
commit
3ec6a121e1
1 changed files with 3 additions and 0 deletions
|
|
@ -705,6 +705,9 @@ typedef struct _ExaDriver {
|
|||
pointer pPixData);
|
||||
|
||||
/** @} */
|
||||
void *(*CreatePixmap2)(ScreenPtr pScreen, int width, int height,
|
||||
int depth, int usage_hint, int bitsPerPixel);
|
||||
|
||||
} ExaDriverRec, *ExaDriverPtr;
|
||||
|
||||
/** @name EXA driver flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue