diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index 96e2e68d..77d981cf 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -1,5 +1,5 @@ /************************************************************************* - * GLFW - An OpenGL framework + * GLFW - An OpenGL library * API version: 3.0 * WWW: http://www.glfw.org/ *------------------------------------------------------------------------ diff --git a/src/cocoa/cocoa_enable.m b/src/cocoa/cocoa_enable.m index 2fdeaa93..869c9cd3 100644 --- a/src/cocoa/cocoa_enable.m +++ b/src/cocoa/cocoa_enable.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Cocoa/NSOpenGL // API Version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/cocoa/cocoa_fullscreen.m b/src/cocoa/cocoa_fullscreen.m index 8d23f057..370296b8 100644 --- a/src/cocoa/cocoa_fullscreen.m +++ b/src/cocoa/cocoa_fullscreen.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Cocoa/NSOpenGL // API Version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/cocoa/cocoa_gamma.m b/src/cocoa/cocoa_gamma.m index e7bf6cf6..ce69e312 100644 --- a/src/cocoa/cocoa_gamma.m +++ b/src/cocoa/cocoa_gamma.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Cocoa/NSOpenGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/cocoa/cocoa_init.m b/src/cocoa/cocoa_init.m index 3d6272f6..abd4630f 100644 --- a/src/cocoa/cocoa_init.m +++ b/src/cocoa/cocoa_init.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Cocoa/NSOpenGL // API Version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/cocoa/cocoa_joystick.m b/src/cocoa/cocoa_joystick.m index 63950988..d56ff679 100644 --- a/src/cocoa/cocoa_joystick.m +++ b/src/cocoa/cocoa_joystick.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Cocoa/NSOpenGL // API Version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/cocoa/cocoa_opengl.m b/src/cocoa/cocoa_opengl.m index 7d53083d..b633d472 100644 --- a/src/cocoa/cocoa_opengl.m +++ b/src/cocoa/cocoa_opengl.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Cocoa/NSOpenGL // API Version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/cocoa/cocoa_time.m b/src/cocoa/cocoa_time.m index 74d05ba9..d7e7d2b8 100644 --- a/src/cocoa/cocoa_time.m +++ b/src/cocoa/cocoa_time.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Cocoa/NSOpenGL // API Version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/cocoa/cocoa_window.m b/src/cocoa/cocoa_window.m index 84cdf037..974dbdbc 100644 --- a/src/cocoa/cocoa_window.m +++ b/src/cocoa/cocoa_window.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Cocoa/NSOpenGL // API Version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/cocoa/libglfw.pc.cmake b/src/cocoa/libglfw.pc.cmake index 197d59ba..37de53a3 100644 --- a/src/cocoa/libglfw.pc.cmake +++ b/src/cocoa/libglfw.pc.cmake @@ -4,7 +4,7 @@ libdir=@PREFIX@/lib includedir=@PREFIX@/include Name: GLFW -Description: A portable framework for OpenGL development +Description: A portable library for OpenGL development Version: 3.0 URL: http://www.glfw.org/ Libs: -L${libdir} -lglfw -framework AGL -framework OpenGL -framework Carbon diff --git a/src/cocoa/platform.h b/src/cocoa/platform.h index de41cd1c..17e92a8f 100644 --- a/src/cocoa/platform.h +++ b/src/cocoa/platform.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Cocoa/NSOpenGL // API Version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/config.h.in b/src/config.h.in index f6555d8d..f966356c 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/enable.c b/src/enable.c index bb3b8b38..dc7f120a 100644 --- a/src/enable.c +++ b/src/enable.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/error.c b/src/error.c index d91cf077..8b623d06 100644 --- a/src/error.c +++ b/src/error.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: All // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/fullscreen.c b/src/fullscreen.c index a4c599c8..7a5c97da 100644 --- a/src/fullscreen.c +++ b/src/fullscreen.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/gamma.c b/src/gamma.c index 42d6b776..710dc66e 100644 --- a/src/gamma.c +++ b/src/gamma.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/init.c b/src/init.c index b1da8c9b..99f0fd92 100644 --- a/src/init.c +++ b/src/init.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/input.c b/src/input.c index 482b111f..3fc87735 100644 --- a/src/input.c +++ b/src/input.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/internal.h b/src/internal.h index 07c75bb4..b41ea99a 100644 --- a/src/internal.h +++ b/src/internal.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/joystick.c b/src/joystick.c index a64d3198..682ba4b0 100644 --- a/src/joystick.c +++ b/src/joystick.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/opengl.c b/src/opengl.c index 7c25c75d..df8b3ee7 100644 --- a/src/opengl.c +++ b/src/opengl.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/time.c b/src/time.c index 8d1adbc2..5538df99 100644 --- a/src/time.c +++ b/src/time.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/win32/libglfw.pc.cmake b/src/win32/libglfw.pc.cmake index a27d32e1..9449ce2e 100644 --- a/src/win32/libglfw.pc.cmake +++ b/src/win32/libglfw.pc.cmake @@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib includedir=${prefix}/include Name: GLFW -Description: A portable framework for OpenGL development +Description: A portable library for OpenGL development Version: 3.0 URL: http://www.glfw.org/ Libs: -L${libdir} -lglfw @GLFW_LIBRARIES@ diff --git a/src/win32/platform.h b/src/win32/platform.h index 354eef0e..08a15183 100644 --- a/src/win32/platform.h +++ b/src/win32/platform.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Win32/WGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/win32/win32_dllmain.c b/src/win32/win32_dllmain.c index 19a1c3eb..a999af0e 100644 --- a/src/win32/win32_dllmain.c +++ b/src/win32/win32_dllmain.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Win32/WGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/win32/win32_enable.c b/src/win32/win32_enable.c index 1c1cad2b..d3785aa3 100644 --- a/src/win32/win32_enable.c +++ b/src/win32/win32_enable.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Win32/WGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/win32/win32_fullscreen.c b/src/win32/win32_fullscreen.c index 3604b8d1..24db644f 100644 --- a/src/win32/win32_fullscreen.c +++ b/src/win32/win32_fullscreen.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Win32/WGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/win32/win32_gamma.c b/src/win32/win32_gamma.c index fc01cc44..f131c3bd 100644 --- a/src/win32/win32_gamma.c +++ b/src/win32/win32_gamma.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Win32/WGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/win32/win32_init.c b/src/win32/win32_init.c index 4c8bfb22..51b3f093 100644 --- a/src/win32/win32_init.c +++ b/src/win32/win32_init.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Win32/WGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/win32/win32_joystick.c b/src/win32/win32_joystick.c index 0c52f1d4..0ab84aaf 100644 --- a/src/win32/win32_joystick.c +++ b/src/win32/win32_joystick.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Win32/WGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/win32/win32_opengl.c b/src/win32/win32_opengl.c index 0e9320fc..efce1531 100644 --- a/src/win32/win32_opengl.c +++ b/src/win32/win32_opengl.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Win32/WGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/win32/win32_time.c b/src/win32/win32_time.c index b6cd5b6e..7d2be1fe 100644 --- a/src/win32/win32_time.c +++ b/src/win32/win32_time.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Win32/WGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/win32/win32_window.c b/src/win32/win32_window.c index fd751da2..98c4dafe 100644 --- a/src/win32/win32_window.c +++ b/src/win32/win32_window.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Win32/WGL // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/window.c b/src/window.c index 6f860c28..b435185c 100644 --- a/src/window.c +++ b/src/window.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: Any // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/x11/libglfw.pc.cmake b/src/x11/libglfw.pc.cmake index c4fc0acf..c9b8a690 100644 --- a/src/x11/libglfw.pc.cmake +++ b/src/x11/libglfw.pc.cmake @@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib includedir=${prefix}/include Name: GLFW -Description: A portable framework for OpenGL development +Description: A portable library for OpenGL development Version: 3.0 URL: http://www.glfw.org/ Libs: -L${libdir} -lglfw @GLFW_LIBRARIES@ diff --git a/src/x11/platform.h b/src/x11/platform.h index f90c43c2..bdaa6d8f 100644 --- a/src/x11/platform.h +++ b/src/x11/platform.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: X11/GLX // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/x11/x11_enable.c b/src/x11/x11_enable.c index 507fc856..9b439385 100644 --- a/src/x11/x11_enable.c +++ b/src/x11/x11_enable.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: X11 (Unix) // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/x11/x11_fullscreen.c b/src/x11/x11_fullscreen.c index 094266ed..40b85f97 100644 --- a/src/x11/x11_fullscreen.c +++ b/src/x11/x11_fullscreen.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: X11/GLX // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/x11/x11_gamma.c b/src/x11/x11_gamma.c index ad6af683..fe02a939 100644 --- a/src/x11/x11_gamma.c +++ b/src/x11/x11_gamma.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: X11/GLX // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/x11/x11_init.c b/src/x11/x11_init.c index 37626b20..c2480ada 100644 --- a/src/x11/x11_init.c +++ b/src/x11/x11_init.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: X11/GLX // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/x11/x11_joystick.c b/src/x11/x11_joystick.c index d5939146..444c479f 100644 --- a/src/x11/x11_joystick.c +++ b/src/x11/x11_joystick.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: X11/GLX // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/x11/x11_keysym2unicode.c b/src/x11/x11_keysym2unicode.c index e441b8f1..1f610fdd 100644 --- a/src/x11/x11_keysym2unicode.c +++ b/src/x11/x11_keysym2unicode.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: X11/GLX // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/x11/x11_opengl.c b/src/x11/x11_opengl.c index cbb669ba..33b19ff9 100644 --- a/src/x11/x11_opengl.c +++ b/src/x11/x11_opengl.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: X11/GLX // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/x11/x11_time.c b/src/x11/x11_time.c index 414793b7..ab7d0c40 100644 --- a/src/x11/x11_time.c +++ b/src/x11/x11_time.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: X11/GLX // API version: 3.0 // WWW: http://www.glfw.org/ diff --git a/src/x11/x11_window.c b/src/x11/x11_window.c index facb8dbb..abafe39f 100644 --- a/src/x11/x11_window.c +++ b/src/x11/x11_window.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW - An OpenGL framework +// GLFW - An OpenGL library // Platform: X11/GLX // API version: 3.0 // WWW: http://www.glfw.org/