aboutsummaryrefslogtreecommitdiff
path: root/src/external/glfw/src/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/glfw/src/internal.h')
-rw-r--r--src/external/glfw/src/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/external/glfw/src/internal.h b/src/external/glfw/src/internal.h
index 92bbfcce..9fc626dd 100644
--- a/src/external/glfw/src/internal.h
+++ b/src/external/glfw/src/internal.h
@@ -267,6 +267,7 @@ struct _GLFWwndconfig
GLFWbool floating;
GLFWbool maximized;
GLFWbool centerCursor;
+ GLFWbool focusOnShow;
struct {
GLFWbool retina;
char frameName[256];
@@ -372,6 +373,7 @@ struct _GLFWwindow
GLFWbool decorated;
GLFWbool autoIconify;
GLFWbool floating;
+ GLFWbool focusOnShow;
GLFWbool shouldClose;
void* userPointer;
GLFWvidmode videoMode;