Document X11 WM_CLASS hint behavior

Fixes #2180

(cherry picked from commit ed1d9e1ca7)
This commit is contained in:
Camilla Löwy 2022-09-09 17:35:48 +02:00
parent d36d062d72
commit af3e14fbc2
2 changed files with 3 additions and 1 deletions

View File

@ -125,6 +125,7 @@ video tutorials.
- lukect
- Tristam MacDonald
- Hans Mackowiak
- Ramiro Magno
- Дмитри Малышев
- Zbigniew Mandziejewicz
- Adam Marcus

View File

@ -471,7 +471,8 @@ should also declare this in its `Info.plist` by setting the
@anchor GLFW_X11_CLASS_NAME_hint
@anchor GLFW_X11_INSTANCE_NAME_hint
__GLFW_X11_CLASS_NAME__ and __GLFW_X11_INSTANCE_NAME__ specifies the desired
ASCII encoded class and instance parts of the ICCCM `WM_CLASS` window property.
ASCII encoded class and instance parts of the ICCCM `WM_CLASS` window property. Both
hints need to be set to something other than an empty string for them to take effect.
These are set with @ref glfwWindowHintString.