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 --- thirdparty/freeglut | 1 + thirdparty/glfw | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 160000 thirdparty/freeglut delete mode 160000 thirdparty/glfw (limited to 'thirdparty') diff --git a/thirdparty/freeglut b/thirdparty/freeglut new file mode 160000 index 00000000..850d2102 --- /dev/null +++ b/thirdparty/freeglut @@ -0,0 +1 @@ +Subproject commit 850d2102eb302bdd03fd81af6b6becdb1f3ae2e0 diff --git a/thirdparty/glfw b/thirdparty/glfw deleted file mode 160000 index 0ab0c5a5..00000000 --- a/thirdparty/glfw +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0ab0c5a5b9edf0fd0e1ecbee0c777b9a837564b0 -- cgit v1.2.3