-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [libs/glfw](https://github.com/glfw/glfw) from `dc557ec` to `b35641f`. - [Release notes](https://github.com/glfw/glfw/releases) - [Commits](glfw/glfw@dc557ec...b35641f) --- updated-dependencies: - dependency-name: libs/glfw dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b72b4de
commit f95643a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule glfw
updated
34 files
+1 −1 | .github/workflows/build.yml | |
+2 −0 | CONTRIBUTORS.md | |
+13 −1 | README.md | |
+3 −3 | docs/build.md | |
+21 −18 | docs/compat.md | |
+22 −3 | docs/input.md | |
+11 −0 | docs/news.md | |
+28 −14 | include/GLFW/glfw3.h | |
+3 −2 | src/CMakeLists.txt | |
+7 −4 | src/cocoa_monitor.m | |
+10 −19 | src/cocoa_window.m | |
+4 −4 | src/context.c | |
+51 −14 | src/egl_context.c | |
+6 −2 | src/glx_context.c | |
+49 −31 | src/input.c | |
+13 −0 | src/internal.h | |
+31 −24 | src/monitor.c | |
+9 −9 | src/nsgl_context.m | |
+11 −0 | src/null_platform.h | |
+35 −5 | src/null_window.c | |
+9 −5 | src/osmesa_context.c | |
+8 −5 | src/vulkan.c | |
+3 −1 | src/wgl_context.c | |
+7 −2 | src/win32_monitor.c | |
+4 −1 | src/win32_window.c | |
+95 −67 | src/window.c | |
+7 −6 | src/wl_init.c | |
+4 −1 | src/wl_monitor.c | |
+0 −2 | src/wl_platform.h | |
+35 −25 | src/wl_window.c | |
+7 −2 | src/x11_monitor.c | |
+5 −1 | src/x11_window.c | |
+1 −0 | tests/events.c | |
+1 −0 | tests/window.c |