Linux: Ignore partial state after SYN_DROPPED

Related to #1005.
This commit is contained in:
Camilla Löwy
2017-06-15 17:40:57 +02:00
parent d2952e4e92
commit 6da26c8d6c
2 changed files with 15 additions and 2 deletions
+1
View File
@@ -50,6 +50,7 @@ typedef struct _GLFWlibraryLinux
int inotify;
int watch;
regex_t regex;
GLFWbool dropped;
} _GLFWlibraryLinux;