Wayland: Handle monitor removal

This commit is contained in:
Emmanuel Gil Peyrot
2018-02-24 22:18:39 +01:00
parent f67b610dd4
commit d6b9d00ceb
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -284,6 +284,7 @@ typedef struct _GLFWlibraryWayland
typedef struct _GLFWmonitorWayland
{
struct wl_output* output;
int name;
int currentMode;
int x;