Skip to content

Commit ccf93fa

Browse files
committed
add constants up to GLFW 3.4, extracted with (plus finagling for self-ref):
perl -ne 'next if !/#define\s+(GLFW_\S+)\s+(\S.*?)(\s*\/\*.*)?$/; print " $1 => $2,\n"' /usr/local/opt/glfw/include/GLFW/glfw3.h
1 parent c131520 commit ccf93fa

File tree

2 files changed

+447
-594
lines changed

2 files changed

+447
-594
lines changed

Changes

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- minimum Perl 5.10 for better Exporter
2+
- add constants up to GLFW 3.4
23

34
0.0401 2025-03-27
45
- add GLFW_TRANSPARENT_FRAMEBUFFER and glfwGetMonitorWorkarea (#1) - thanks @SeHarrys

0 commit comments

Comments
 (0)