summaryrefslogtreecommitdiff
path: root/tests/font/eglstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/font/eglstate.h')
-rw-r--r--tests/font/eglstate.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/font/eglstate.h b/tests/font/eglstate.h
new file mode 100644
index 0000000..0674a7b
--- /dev/null
+++ b/tests/font/eglstate.h
@@ -0,0 +1,11 @@
+typedef struct {
+ uint32_t screen_width;
+ uint32_t screen_height;
+ // OpenGL|ES objects
+ EGLDisplay display;
+ EGLConfig config;
+ EGLSurface surface;
+ EGLContext context;
+} STATE_T;
+
+