From 896830e23e8f94b17bdf386c191a885c972ea8a8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 26 Sep 2017 23:45:31 +0200 Subject: gl: Remove GLFW and reinstate FreeGLUT. GLFW doesn't build on Visual Studio 2005 anymore, and I don't have time to keep up with the changes. So, we're switching back to FreeGLUT, which is more stable. I've added the two missing features that made us switch to GLFW in the first place: input methods and system clipboard support. If MuPDF is compiled with our version of FreeGLUT, we now use these functions: * glutKeyboardExtFunc * glutSetClipboard * glutGetClipboard --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8d5899c4..acbc914b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,18 +13,18 @@ [submodule "thirdparty/jpeg"] path = thirdparty/libjpeg url = ../thirdparty-libjpeg.git +[submodule "thirdparty/lcms2"] + path = thirdparty/lcms2 + url = ../thirdparty-lcms2.git [submodule "thirdparty/openjpeg"] path = thirdparty/openjpeg url = ../thirdparty-openjpeg.git [submodule "thirdparty/zlib"] path = thirdparty/zlib url = ../thirdparty-zlib.git -[submodule "thirdparty/glfw"] - path = thirdparty/glfw - url = ../thirdparty-glfw.git [submodule "thirdparty/curl"] path = thirdparty/curl url = ../thirdparty-curl.git -[submodule "thirdparty/lcms2"] - path = thirdparty/lcms2 - url = ../thirdparty-lcms2.git +[submodule "thirdparty/freeglut"] + path = thirdparty/freeglut + url = ../thirdparty-freeglut.git -- cgit v1.2.3