-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pugl-upstream
updated
13 files
+2 −0 | .clang-tidy | |
+3 −3 | examples/pugl_vulkan_cpp_demo.cpp | |
+2 −1 | include/pugl/pugl.h | |
+6 −7 | meson.build | |
+15 −6 | src/mac.m | |
+35 −18 | src/win.c | |
+1 −1 | src/win_gl.c | |
+1 −1 | src/win_vulkan.c | |
+3 −2 | src/x11.c | |
+18 −16 | test/meson.build | |
+3 −1 | test/test_cursor.c | |
+2 −1 | test/test_gl_hints.c | |
+2 −1 | test/test_stub_hints.c |