Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pirvi-public
glfw
Commits
f5d39545
Commit
f5d39545
authored
Jan 30, 2018
by
Emmanuel Gil Peyrot
Committed by
linkmauve
Feb 06, 2018
Browse files
Stop checking for resizing
Fixes #1197
parent
ae53cd29
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wl_window.c
View file @
f5d39545
...
...
@@ -296,7 +296,6 @@ static void xdgToplevelHandleConfigure(void* data,
uint32_t
*
state
;
GLFWbool
maximized
=
GLFW_FALSE
;
GLFWbool
fullscreen
=
GLFW_FALSE
;
GLFWbool
resizing
=
GLFW_FALSE
;
GLFWbool
activated
=
GLFW_FALSE
;
wl_array_for_each
(
state
,
states
)
...
...
@@ -310,7 +309,6 @@ static void xdgToplevelHandleConfigure(void* data,
fullscreen
=
GLFW_TRUE
;
break
;
case
XDG_TOPLEVEL_STATE_RESIZING
:
resizing
=
GLFW_TRUE
;
break
;
case
XDG_TOPLEVEL_STATE_ACTIVATED
:
activated
=
GLFW_TRUE
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment