summaryrefslogtreecommitdiff
path: root/src/egl/eglut/eglutint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/eglut/eglutint.h')
-rw-r--r--src/egl/eglut/eglutint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/eglut/eglutint.h b/src/egl/eglut/eglutint.h
index a4520b0e..50b33dfb 100644
--- a/src/egl/eglut/eglutint.h
+++ b/src/egl/eglut/eglutint.h
@@ -28,6 +28,7 @@
#include "EGL/egl.h"
#include "eglut.h"
+#include "wsi/wsi.h"
struct eglut_window {
EGLConfig config;
@@ -72,6 +73,7 @@ struct eglut_state {
EGLint major, minor;
struct eglut_window *current;
+ struct eglut_wsi_interface wsi;
int redisplay;
};