Skip to content

Commit

Permalink
Update GLFW to 3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
encelo committed Dec 15, 2023
1 parent 1e56d57 commit 3f19ea1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmake/glfw.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(TARGET_GLFW glfw)
set(URL_GLFW https://github.com/glfw/glfw/releases/download/3.3.8/glfw-3.3.8.zip)
set(URL_MD5_GLFW 4d607517a06c9773bb4b4dba0ab49a9b)
set(URL_GLFW https://github.com/glfw/glfw/releases/download/3.3.9/glfw-3.3.9.zip)
set(URL_MD5_GLFW d265c845628f0a85eef4c1f96b25355f)
set(LIBNAME_GLFW glfw3)
set(COMMON_CMAKE_ARGS_GLFW -DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF -DGLFW_BUILD_DOCS=OFF)

Expand Down
8 changes: 4 additions & 4 deletions patches/glfw-virtualized_osx.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -urN glfw-3.3.8.orig/src/nsgl_context.m glfw-3.3.8/src/nsgl_context.m
--- glfw-3.3.8.orig/src/nsgl_context.m 2022-07-15 00:11:23.000000000 +0200
+++ glfw-3.3.8/src/nsgl_context.m 2022-07-23 13:40:14.898683623 +0200
@@ -205,7 +205,6 @@
diff -urN glfw-3.3.9.orig/src/nsgl_context.m glfw-3.3.9/src/nsgl_context.m
--- glfw-3.3.9.orig/src/nsgl_context.m 2023-12-12 19:00:27.000000000 +0100
+++ glfw-3.3.9/src/nsgl_context.m 2023-12-15 10:48:59.379514051 +0100
@@ -204,7 +204,6 @@
NSOpenGLPixelFormatAttribute attribs[40];
int index = 0;

Expand Down

0 comments on commit 3f19ea1

Please sign in to comment.