Skip to content

Commit

Permalink
update glfw
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Gillespie committed Feb 16, 2024
1 parent d2a5db5 commit 4075377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/glfw
Submodule glfw updated 70 files
+0 −0 .github/CODEOWNERS
+10 −9 .github/workflows/build.yml
+6 −4 CMakeLists.txt
+42 −0 CONTRIBUTORS.md
+27 −8 README.md
+6 −14 deps/glad/vk_platform.h
+2,381 −353 deps/glad/vulkan.h
+348 −208 deps/glad_vulkan.c
+803 −127 deps/stb_image_write.h
+2 −2 docs/CONTRIBUTING.md
+1,853 −944 docs/Doxyfile.in
+2 −2 docs/build.dox
+12 −8 docs/compat.dox
+10 −7 docs/compile.dox
+7 −6 docs/context.dox
+36 −18 docs/input.dox
+32 −7 docs/intro.dox
+2 −2 docs/monitor.dox
+3 −3 docs/moving.dox
+39 −0 docs/news.dox
+1 −5 docs/quick.dox
+11 −4 docs/vulkan.dox
+2 −1 docs/window.dox
+70 −47 include/GLFW/glfw3.h
+75 −35 include/GLFW/glfw3native.h
+1 −0 src/CMakeLists.txt
+16 −6 src/cocoa_init.m
+16 −10 src/cocoa_joystick.m
+0 −4 src/cocoa_monitor.m
+13 −2 src/cocoa_platform.h
+123 −32 src/cocoa_window.m
+22 −11 src/context.c
+95 −35 src/egl_context.c
+2 −0 src/egl_context.h
+1 −1 src/glfw3.pc.in
+0 −2 src/glfw_config.h.in
+13 −6 src/glx_context.c
+0 −1 src/glx_context.h
+101 −1 src/init.c
+36 −17 src/input.c
+11 −2 src/internal.h
+10 −6 src/linux_joystick.c
+1 −0 src/linux_joystick.h
+2 −2 src/monitor.c
+4 −2 src/nsgl_context.h
+4 −5 src/nsgl_context.m
+3 −0 src/null_window.c
+2 −0 src/osmesa_context.c
+2 −0 src/vulkan.c
+6 −17 src/wgl_context.c
+19 −4 src/win32_init.c
+14 −7 src/win32_joystick.c
+1 −1 src/win32_monitor.c
+9 −1 src/win32_platform.h
+228 −105 src/win32_window.c
+21 −24 src/window.c
+244 −820 src/wl_init.c
+68 −26 src/wl_monitor.c
+232 −57 src/wl_platform.h
+1,968 −814 src/wl_window.c
+65 −2 src/x11_init.c
+3 −0 src/x11_platform.h
+237 −196 src/x11_window.c
+2 −2 src/xkb_unicode.c
+3 −1 src/xkb_unicode.h
+1 −1 tests/events.c
+6 −0 tests/gamma.c
+132 −81 tests/glfwinfo.c
+3 −3 tests/iconify.c
+15 −9 tests/triangle-vulkan.c

0 comments on commit 4075377

Please sign in to comment.