Purged references to GLFW as a framework.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent f54da1370a
commit 6e553c7376
  1. 2
      include/GL/glfw3.h
  2. 2
      src/cocoa/cocoa_enable.m
  3. 2
      src/cocoa/cocoa_fullscreen.m
  4. 2
      src/cocoa/cocoa_gamma.m
  5. 2
      src/cocoa/cocoa_init.m
  6. 2
      src/cocoa/cocoa_joystick.m
  7. 2
      src/cocoa/cocoa_opengl.m
  8. 2
      src/cocoa/cocoa_time.m
  9. 2
      src/cocoa/cocoa_window.m
  10. 2
      src/cocoa/libglfw.pc.cmake
  11. 2
      src/cocoa/platform.h
  12. 2
      src/config.h.in
  13. 2
      src/enable.c
  14. 2
      src/error.c
  15. 2
      src/fullscreen.c
  16. 2
      src/gamma.c
  17. 2
      src/init.c
  18. 2
      src/input.c
  19. 2
      src/internal.h
  20. 2
      src/joystick.c
  21. 2
      src/opengl.c
  22. 2
      src/time.c
  23. 2
      src/win32/libglfw.pc.cmake
  24. 2
      src/win32/platform.h
  25. 2
      src/win32/win32_dllmain.c
  26. 2
      src/win32/win32_enable.c
  27. 2
      src/win32/win32_fullscreen.c
  28. 2
      src/win32/win32_gamma.c
  29. 2
      src/win32/win32_init.c
  30. 2
      src/win32/win32_joystick.c
  31. 2
      src/win32/win32_opengl.c
  32. 2
      src/win32/win32_time.c
  33. 2
      src/win32/win32_window.c
  34. 2
      src/window.c
  35. 2
      src/x11/libglfw.pc.cmake
  36. 2
      src/x11/platform.h
  37. 2
      src/x11/x11_enable.c
  38. 2
      src/x11/x11_fullscreen.c
  39. 2
      src/x11/x11_gamma.c
  40. 2
      src/x11/x11_init.c
  41. 2
      src/x11/x11_joystick.c
  42. 2
      src/x11/x11_keysym2unicode.c
  43. 2
      src/x11/x11_opengl.c
  44. 2
      src/x11/x11_time.c
  45. 2
      src/x11/x11_window.c

@ -1,5 +1,5 @@
/*************************************************************************
* GLFW - An OpenGL framework
* GLFW - An OpenGL library
* API version: 3.0
* WWW: http://www.glfw.org/
*------------------------------------------------------------------------

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/

@ -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

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Cocoa/NSOpenGL
// API Version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: All
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -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@

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Win32/WGL
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: Any
// API version: 3.0
// WWW: http://www.glfw.org/

@ -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@

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: X11 (Unix)
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/

@ -1,5 +1,5 @@
//========================================================================
// GLFW - An OpenGL framework
// GLFW - An OpenGL library
// Platform: X11/GLX
// API version: 3.0
// WWW: http://www.glfw.org/

Loading…
Cancel
Save