Merge branch 'master' into tls

master
Camilla Berglund ago%!(EXTRA string=13 years)
commit 9af03e141b
  1. 6
      CMakeLists.txt
  2. 1
      src/fullscreen.c
  3. 0
      src/glfw3.pc.in
  4. 1
      src/win32_clipboard.c
  5. 1
      src/win32_fullscreen.c
  6. 1
      src/win32_init.c
  7. 1
      src/win32_opengl.c
  8. 1
      src/win32_window.c
  9. 1
      src/window.c

@ -268,10 +268,10 @@ install(FILES COPYING.txt readme.html
# Create and install pkg-config file on supported platforms
#--------------------------------------------------------------------
if (_GLFW_X11_GLX OR _GLFW_COCOA_NSGL)
configure_file(${GLFW_SOURCE_DIR}/src/libglfw3.pc.in
${GLFW_BINARY_DIR}/src/libglfw3.pc @ONLY)
configure_file(${GLFW_SOURCE_DIR}/src/glfw3.pc.in
${GLFW_BINARY_DIR}/src/glfw3.pc @ONLY)
install(FILES ${GLFW_BINARY_DIR}/src/libglfw3.pc
install(FILES ${GLFW_BINARY_DIR}/src/glfw3.pc
DESTINATION lib${LIB_SUFFIX}/pkgconfig)
endif()

@ -31,6 +31,7 @@
#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
//========================================================================

@ -32,6 +32,7 @@
#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
//////////////////////////////////////////////////////////////////////////

@ -32,6 +32,7 @@
#include <stdlib.h>
#include <limits.h>
#include <malloc.h>
//========================================================================

@ -31,6 +31,7 @@
#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
#ifdef __BORLANDC__
// With the Borland C++ compiler, we want to disable FPU exceptions

@ -31,6 +31,7 @@
#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
//========================================================================

@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
//========================================================================

@ -32,6 +32,7 @@
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
//========================================================================

Loading…
Cancel
Save