mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 14:10:37 +02:00
added typedefs for X/Mesa
This commit is contained in:
parent
0841f0a85e
commit
57da567dc5
1 changed files with 7 additions and 0 deletions
|
|
@ -47,6 +47,13 @@
|
|||
etc.
|
||||
*/
|
||||
|
||||
/** BEGIN Added for X (Mesa) **/
|
||||
#include <X11/Xlib.h>
|
||||
typedef Display *NativeDisplayType;
|
||||
typedef Window NativeWindowType;
|
||||
typedef Pixmap NativePixmapType;
|
||||
/** END Added for X (Mesa) **/
|
||||
|
||||
/* EGL 1.2 types, renamed for consistency in EGL 1.3 */
|
||||
typedef NativeDisplayType EGLNativeDisplayType;
|
||||
typedef NativePixmapType EGLNativePixmapType;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue