mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Add code marks in OVERRIDE_DIRECT hint
This commit is contained in:
parent
825251564c
commit
0f84397006
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ hints need to be set to something other than an empty string for them to take ef
|
|||
These are set with @ref glfwWindowHintString.
|
||||
|
||||
@anchor GLFW_X11_OVERRIDE_REDIRECT_hint
|
||||
**GLFW_X11_OVERRIDE_REDIRECT** bypasses the window manager's control over a window. This is useful when a window needs to get around window manager's usage of a window (such as i3, which is extremely strict on where windows go). Accepted values are GLFW_TRUE and GLFW_FALSE.
|
||||
**GLFW_X11_OVERRIDE_REDIRECT** bypasses the window manager's control over a window. This is useful when a window needs to get around window manager's usage of a window (such as i3, which is extremely strict on where windows go). Accepted values are `GLFW_TRUE` and `GLFW_FALSE`.
|
||||
|
||||
#### Supported and default values {#window_hints_values}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue