summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBoyuan Yang <byang@debian.org>2022-04-11 13:11:14 -0400
committerBoyuan Yang <byang@debian.org>2022-04-11 13:11:14 -0400
commit35c4d81825678ed99351194e3cd4a093e05597b9 (patch)
tree16c576c5e661332ba37cbdb57532b226f8babf1c /docs
parent54ef48f6682acf66d09a68d72d5f5cc540d2817c (diff)
New upstream version 3.3.7
Diffstat (limited to 'docs')
-rw-r--r--docs/compile.dox6
-rw-r--r--docs/input.dox2
-rw-r--r--docs/news.dox6
3 files changed, 11 insertions, 3 deletions
diff --git a/docs/compile.dox b/docs/compile.dox
index d618d02..ec458f4 100644
--- a/docs/compile.dox
+++ b/docs/compile.dox
@@ -68,8 +68,10 @@ install the `xorgproto` package.
pkg install xorgproto
@endcode
-On Cygwin the `xorgproto` package in the Devel section of the GUI installer will
-install the headers and other development related files for all of X11.
+On Cygwin the `libXcursor-devel`, `libXi-devel`, `libXinerama-devel`,
+`libXrandr-devel` and `libXrender-devel` packages in the Libs section of the GUI
+installer will install all the headers and other development related files GLFW
+requires for X11.
Once you have the required depdendencies, move on to @ref compile_generate.
diff --git a/docs/input.dox b/docs/input.dox
index d9c27a6..7514e95 100644
--- a/docs/input.dox
+++ b/docs/input.dox
@@ -818,7 +818,7 @@ The second value is always the human-readable name of the gamepad.
All subsequent values are in the form `<field>:<value>` and describe the layout
of the mapping. These fields may not all be present and may occur in any order.
-The button fields are `a`, `b`, `c`, `d`, `back`, `start`, `guide`, `dpup`,
+The button fields are `a`, `b`, `x`, `y`, `back`, `start`, `guide`, `dpup`,
`dpright`, `dpdown`, `dpleft`, `leftshoulder`, `rightshoulder`, `leftstick` and
`rightstick`.
diff --git a/docs/news.dox b/docs/news.dox
index c21a8b8..b5421c1 100644
--- a/docs/news.dox
+++ b/docs/news.dox
@@ -306,6 +306,12 @@ GLFW_TRANSPARENT_FRAMEBUFFER on Windows 7 if DWM transparency is off
(the Transparency setting under Personalization > Window Color).
+@subsubsection emptyevents_33 Empty events on X11 no longer roundtrip to server
+
+Starting with GLFW 3.3.7, events posted with @ref glfwPostEmptyEvent now use a separate
+unnamed pipe instead of sending an X11 client event to the helper window.
+
+
@subsection deprecations_33 Deprecations in version 3.3
@subsubsection charmods_callback_33 Character with modifiers callback