This commit is contained in:
Camilla Löwy
2017-08-16 21:03:10 +02:00
parent ac01da6953
commit 0d9e71fe81
3 changed files with 5 additions and 6 deletions
+2 -1
View File
@@ -100,6 +100,7 @@ typedef XID xcb_window_t;
typedef XID xcb_visualid_t;
typedef struct xcb_connection_t xcb_connection_t;
typedef xcb_connection_t* (* PFN_XGetXCBConnection)(Display*);
#define XGetXCBConnection _glfw.x11.x11xcb.GetXCBConnection
typedef Bool (* PFN_XF86VidModeQueryExtension)(Display*,int*,int*);
typedef Bool (* PFN_XF86VidModeGetGammaRamp)(Display*,int,int,unsigned short*,unsigned short*,unsigned short*);
@@ -345,7 +346,7 @@ typedef struct _GLFWlibraryX11
struct {
void* handle;
PFN_XGetXCBConnection XGetXCBConnection;
PFN_XGetXCBConnection GetXCBConnection;
} x11xcb;
struct {