This commit is contained in:
Camilla Löwy
2023-11-16 23:08:30 +01:00
parent c992226a9c
commit 2a4dd9c28f
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ typedef struct _GLFWlibraryLinux
int inotify;
int watch;
regex_t regex;
GLFWbool regex_compiled;
GLFWbool regexCompiled;
GLFWbool dropped;
} _GLFWlibraryLinux;