...
This commit is contained in:
parent
d392aba64d
commit
208490f4e1
1 changed files with 1 additions and 1 deletions
2
glfw/wl_client_side_decorations.c
vendored
2
glfw/wl_client_side_decorations.c
vendored
|
|
@ -479,7 +479,7 @@ ensure_csd_resources(_GLFWwindow *window) {
|
|||
void
|
||||
csd_set_visible(_GLFWwindow *window, bool visible) {
|
||||
// When setting to visible will only take effect if window currently has
|
||||
// CSD and will also ensure CSD is of correct size for current window size.
|
||||
// CSD and will also ensure CSD is of correct size and type for current window.
|
||||
// When hiding CSD simply destroys all CSD surfaces.
|
||||
if (visible) ensure_csd_resources(window); else free_csd_surfaces(window);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue