summaryrefslogtreecommitdiff
path: root/platform/gl/gl-app.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-09-08 16:14:02 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-10-06 11:21:23 +0200
commit36ad0a6f567192d676d128628eb461204984e070 (patch)
tree62b0dcc27837f15a1edfd5e56e5e736aea46767b /platform/gl/gl-app.h
parent5ae0871d6e950f5afad17c01362b9d95ecec6a9d (diff)
downloadmupdf-36ad0a6f567192d676d128628eb461204984e070.tar.xz
gl: Windows stuff.
* Add icons to application and window. * Open file dialog if no command line argument. * Install file type associations.
Diffstat (limited to 'platform/gl/gl-app.h')
-rw-r--r--platform/gl/gl-app.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/gl/gl-app.h b/platform/gl/gl-app.h
index 2a16cfdb..3889d92c 100644
--- a/platform/gl/gl-app.h
+++ b/platform/gl/gl-app.h
@@ -1,3 +1,9 @@
+#ifdef _WIN32
+#include <windows.h>
+void win_install(void);
+int win_open_file(char *buf, int len);
+#endif
+
#include "mupdf/fitz.h"
#include <GLFW/glfw3.h>