mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 08:39:45 +00:00
Moved to WM_STATE for iconify events.
This commit is contained in:
@@ -123,6 +123,7 @@ typedef struct _GLFWlibraryX11
|
||||
Cursor cursor;
|
||||
|
||||
// Window manager atoms
|
||||
Atom WM_STATE;
|
||||
Atom WM_DELETE_WINDOW;
|
||||
Atom NET_WM_NAME;
|
||||
Atom NET_WM_ICON_NAME;
|
||||
@@ -252,4 +253,10 @@ Atom _glfwWriteSelection(XSelectionRequestEvent* request);
|
||||
// Event processing
|
||||
void _glfwProcessPendingEvents(void);
|
||||
|
||||
// Window support
|
||||
unsigned long _glfwGetWindowProperty(Window window,
|
||||
Atom property,
|
||||
Atom type,
|
||||
unsigned char** value);
|
||||
|
||||
#endif // _x11_platform_h_
|
||||
|
||||
Reference in New Issue
Block a user