Updated API version.
diff --git a/include/GL/glfw.h b/include/GL/glfw.h index 63313db..286de6b 100644 --- a/include/GL/glfw.h +++ b/include/GL/glfw.h
@@ -1,6 +1,6 @@ /************************************************************************ * GLFW - An OpenGL framework - * API version: 2.7 + * API version: 3.0 * WWW: http://www.glfw.org/ *------------------------------------------------------------------------ * Copyright (c) 2002-2006 Marcus Geelnard @@ -170,8 +170,8 @@ * GLFW version *************************************************************************/ -#define GLFW_VERSION_MAJOR 2 -#define GLFW_VERSION_MINOR 7 +#define GLFW_VERSION_MAJOR 3 +#define GLFW_VERSION_MINOR 0 #define GLFW_VERSION_REVISION 0
diff --git a/lib/carbon/carbon_enable.c b/lib/carbon/carbon_enable.c index 76b18fe..2368b46 100644 --- a/lib/carbon/carbon_enable.c +++ b/lib/carbon/carbon_enable.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Carbon/AGL/CGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/carbon/carbon_fullscreen.c b/lib/carbon/carbon_fullscreen.c index 2fd5457..db221cd 100644 --- a/lib/carbon/carbon_fullscreen.c +++ b/lib/carbon/carbon_fullscreen.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Carbon/AGL/CGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/carbon/carbon_glext.c b/lib/carbon/carbon_glext.c index 2a1018f..b905edf 100644 --- a/lib/carbon/carbon_glext.c +++ b/lib/carbon/carbon_glext.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Carbon/AGL/CGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/carbon/carbon_init.c b/lib/carbon/carbon_init.c index 6a6d09a..e09cb5c 100644 --- a/lib/carbon/carbon_init.c +++ b/lib/carbon/carbon_init.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Carbon/AGL/CGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/carbon/carbon_joystick.c b/lib/carbon/carbon_joystick.c index 3cf47ac..12a29d9 100644 --- a/lib/carbon/carbon_joystick.c +++ b/lib/carbon/carbon_joystick.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Carbon/AGL/CGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/carbon/carbon_time.c b/lib/carbon/carbon_time.c index 64de6d7..31623ec 100644 --- a/lib/carbon/carbon_time.c +++ b/lib/carbon/carbon_time.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Carbon/AGL/CGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/carbon/carbon_window.c b/lib/carbon/carbon_window.c index 4c709ed..d8cb946 100644 --- a/lib/carbon/carbon_window.c +++ b/lib/carbon/carbon_window.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Carbon/AGL/CGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/carbon/libglfw.pc.cmake b/lib/carbon/libglfw.pc.cmake index 2700c59..c46d7c8 100644 --- a/lib/carbon/libglfw.pc.cmake +++ b/lib/carbon/libglfw.pc.cmake
@@ -5,7 +5,7 @@ Name: GLFW Description: A portable framework for OpenGL development -Version: 2.7 +Version: 3.0 URL: http://glfw.sourceforge.net/ Libs: -L${libdir} -lglfw -framework AGL -framework OpenGL -framework Carbon Cflags: -I${includedir}
diff --git a/lib/carbon/platform.h b/lib/carbon/platform.h index f39751c..fd4ea65 100644 --- a/lib/carbon/platform.h +++ b/lib/carbon/platform.h
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Carbon/AGL/CGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/cocoa/cocoa_enable.m b/lib/cocoa/cocoa_enable.m index 7e19476..4f7ddad 100644 --- a/lib/cocoa/cocoa_enable.m +++ b/lib/cocoa/cocoa_enable.m
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Cocoa/NSOpenGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2009-2010 Camilla Berglund <elmindreda@elmindreda.org>
diff --git a/lib/cocoa/cocoa_fullscreen.m b/lib/cocoa/cocoa_fullscreen.m index e716cee..b9bdf6b 100644 --- a/lib/cocoa/cocoa_fullscreen.m +++ b/lib/cocoa/cocoa_fullscreen.m
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Cocoa/NSOpenGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2009-2010 Camilla Berglund <elmindreda@elmindreda.org>
diff --git a/lib/cocoa/cocoa_glext.m b/lib/cocoa/cocoa_glext.m index 860b004..a30988e 100644 --- a/lib/cocoa/cocoa_glext.m +++ b/lib/cocoa/cocoa_glext.m
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Cocoa/NSOpenGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2009-2010 Camilla Berglund <elmindreda@elmindreda.org>
diff --git a/lib/cocoa/cocoa_init.m b/lib/cocoa/cocoa_init.m index 94cf129..2f71a54 100644 --- a/lib/cocoa/cocoa_init.m +++ b/lib/cocoa/cocoa_init.m
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Cocoa/NSOpenGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2009-2010 Camilla Berglund <elmindreda@elmindreda.org>
diff --git a/lib/cocoa/cocoa_joystick.m b/lib/cocoa/cocoa_joystick.m index bd3ea64..d266768 100644 --- a/lib/cocoa/cocoa_joystick.m +++ b/lib/cocoa/cocoa_joystick.m
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Cocoa/NSOpenGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2009-2010 Camilla Berglund <elmindreda@elmindreda.org>
diff --git a/lib/cocoa/cocoa_time.m b/lib/cocoa/cocoa_time.m index df68b24..a3671d2 100644 --- a/lib/cocoa/cocoa_time.m +++ b/lib/cocoa/cocoa_time.m
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Cocoa/NSOpenGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2009-2010 Camilla Berglund <elmindreda@elmindreda.org>
diff --git a/lib/cocoa/cocoa_window.m b/lib/cocoa/cocoa_window.m index 7bc0b99..7c69edb 100644 --- a/lib/cocoa/cocoa_window.m +++ b/lib/cocoa/cocoa_window.m
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Cocoa/NSOpenGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2009-2010 Camilla Berglund <elmindreda@elmindreda.org>
diff --git a/lib/cocoa/libglfw.pc.cmake b/lib/cocoa/libglfw.pc.cmake index 2700c59..c46d7c8 100644 --- a/lib/cocoa/libglfw.pc.cmake +++ b/lib/cocoa/libglfw.pc.cmake
@@ -5,7 +5,7 @@ Name: GLFW Description: A portable framework for OpenGL development -Version: 2.7 +Version: 3.0 URL: http://glfw.sourceforge.net/ Libs: -L${libdir} -lglfw -framework AGL -framework OpenGL -framework Carbon Cflags: -I${includedir}
diff --git a/lib/cocoa/platform.h b/lib/cocoa/platform.h index 844f0c4..f1e97f7 100644 --- a/lib/cocoa/platform.h +++ b/lib/cocoa/platform.h
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Cocoa/NSOpenGL -// API Version: 2.7 +// API Version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2009-2010 Camilla Berglund <elmindreda@elmindreda.org>
diff --git a/lib/enable.c b/lib/enable.c index afafd89..ffef2cb 100644 --- a/lib/enable.c +++ b/lib/enable.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Any -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/fullscreen.c b/lib/fullscreen.c index 0e363cc..c4e1a63 100644 --- a/lib/fullscreen.c +++ b/lib/fullscreen.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Any -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/glext.c b/lib/glext.c index 5287e3f..c088dbe 100644 --- a/lib/glext.c +++ b/lib/glext.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Any -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/init.c b/lib/init.c index f3d3dee..7460aa0 100644 --- a/lib/init.c +++ b/lib/init.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Any -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/input.c b/lib/input.c index faf47cc..702995b 100644 --- a/lib/input.c +++ b/lib/input.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Any -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/internal.h b/lib/internal.h index 3aeb081..0b23ca6 100644 --- a/lib/internal.h +++ b/lib/internal.h
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Any -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/joystick.c b/lib/joystick.c index 32841a7..393f073 100644 --- a/lib/joystick.c +++ b/lib/joystick.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Any -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/time.c b/lib/time.c index f7ea31c..fb459bc 100644 --- a/lib/time.c +++ b/lib/time.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Any -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/win32/libglfw.pc.cmake b/lib/win32/libglfw.pc.cmake index 684b4ba..ac36d54 100644 --- a/lib/win32/libglfw.pc.cmake +++ b/lib/win32/libglfw.pc.cmake
@@ -5,7 +5,7 @@ Name: GLFW Description: A portable framework for OpenGL development -Version: 2.7 +Version: 3.0 URL: http://glfw.sourceforge.net/ Libs: -L${libdir} -lglfw @GLFW_LIBRARIES@ Cflags: -I${includedir} -mwin32
diff --git a/lib/win32/platform.h b/lib/win32/platform.h index 46cef33..0d3e702 100644 --- a/lib/win32/platform.h +++ b/lib/win32/platform.h
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Win32/WGL -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/win32/win32_dllmain.c b/lib/win32/win32_dllmain.c index d7a9c1a..63bdba6 100644 --- a/lib/win32/win32_dllmain.c +++ b/lib/win32/win32_dllmain.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Win32/WGL -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/win32/win32_enable.c b/lib/win32/win32_enable.c index 3e72b78..9bcfad1 100644 --- a/lib/win32/win32_enable.c +++ b/lib/win32/win32_enable.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Win32/WGL -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/win32/win32_fullscreen.c b/lib/win32/win32_fullscreen.c index 5784d79..b552384 100644 --- a/lib/win32/win32_fullscreen.c +++ b/lib/win32/win32_fullscreen.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Win32/WGL -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/win32/win32_glext.c b/lib/win32/win32_glext.c index 820adc5..6454dfa 100644 --- a/lib/win32/win32_glext.c +++ b/lib/win32/win32_glext.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Win32/WGL -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/win32/win32_init.c b/lib/win32/win32_init.c index 8ad41af..0610d44 100644 --- a/lib/win32/win32_init.c +++ b/lib/win32/win32_init.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Win32/WGL -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/win32/win32_joystick.c b/lib/win32/win32_joystick.c index 64b5589..cc37dcd 100644 --- a/lib/win32/win32_joystick.c +++ b/lib/win32/win32_joystick.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Win32/WGL -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/win32/win32_time.c b/lib/win32/win32_time.c index 6bd112c..ffa46d4 100644 --- a/lib/win32/win32_time.c +++ b/lib/win32/win32_time.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Win32/WGL -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/win32/win32_window.c b/lib/win32/win32_window.c index 15071c3..ff3a89c 100644 --- a/lib/win32/win32_window.c +++ b/lib/win32/win32_window.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Win32/WGL -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/window.c b/lib/window.c index cc6adcd..1695b07 100644 --- a/lib/window.c +++ b/lib/window.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: Any -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/x11/libglfw.pc.cmake b/lib/x11/libglfw.pc.cmake index adc455f..da1aeeb 100644 --- a/lib/x11/libglfw.pc.cmake +++ b/lib/x11/libglfw.pc.cmake
@@ -5,7 +5,7 @@ Name: GLFW Description: A portable framework for OpenGL development -Version: 2.7 +Version: 3.0 URL: http://glfw.sourceforge.net/ Libs: -L${libdir} -lglfw @GLFW_LIBRARIES@ Cflags: -I${includedir}
diff --git a/lib/x11/platform.h b/lib/x11/platform.h index 831f16f..b73aaf3 100644 --- a/lib/x11/platform.h +++ b/lib/x11/platform.h
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: X11/GLX -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/x11/x11_enable.c b/lib/x11/x11_enable.c index 88308d5..73e5843 100644 --- a/lib/x11/x11_enable.c +++ b/lib/x11/x11_enable.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: X11 (Unix) -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/x11/x11_fullscreen.c b/lib/x11/x11_fullscreen.c index f720214..2c6f5e4 100644 --- a/lib/x11/x11_fullscreen.c +++ b/lib/x11/x11_fullscreen.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: X11/GLX -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/x11/x11_glext.c b/lib/x11/x11_glext.c index bf77dcf..afdeff4 100644 --- a/lib/x11/x11_glext.c +++ b/lib/x11/x11_glext.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: X11/GLX -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/x11/x11_init.c b/lib/x11/x11_init.c index 612a524..6e0dee5 100644 --- a/lib/x11/x11_init.c +++ b/lib/x11/x11_init.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: X11/GLX -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/x11/x11_joystick.c b/lib/x11/x11_joystick.c index 90c9c64..3b21d93 100644 --- a/lib/x11/x11_joystick.c +++ b/lib/x11/x11_joystick.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: X11/GLX -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/x11/x11_keysym2unicode.c b/lib/x11/x11_keysym2unicode.c index 9701cb4..8d8b81d 100644 --- a/lib/x11/x11_keysym2unicode.c +++ b/lib/x11/x11_keysym2unicode.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: X11/GLX -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/x11/x11_time.c b/lib/x11/x11_time.c index 0cff709..0611b24 100644 --- a/lib/x11/x11_time.c +++ b/lib/x11/x11_time.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: X11/GLX -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard
diff --git a/lib/x11/x11_window.c b/lib/x11/x11_window.c index e382e8e..e1be9e2 100644 --- a/lib/x11/x11_window.c +++ b/lib/x11/x11_window.c
@@ -1,7 +1,7 @@ //======================================================================== // GLFW - An OpenGL framework // Platform: X11/GLX -// API version: 2.7 +// API version: 3.0 // WWW: http://www.glfw.org/ //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard