mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Remove superfluous X11 library struct member.
This commit is contained in:
@@ -115,8 +115,6 @@ typedef struct _GLFWlibraryX11
|
||||
XContext context;
|
||||
// XIM input method
|
||||
XIM im;
|
||||
// True if window manager supports EWMH
|
||||
GLboolean hasEWMH;
|
||||
// Most recent error code received by X error handler
|
||||
int errorCode;
|
||||
// Clipboard string (while the selection is owned)
|
||||
|
||||
Reference in New Issue
Block a user