Skip to content

Commit

Permalink
fixing ofAppEGLWindows includes
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Dec 17, 2017
1 parent e2137b7 commit b16ff23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion libs/openFrameworks/app/ofAppEGLWindow.cpp
Expand Up @@ -9,7 +9,6 @@
#include "ofVectorMath.h"
#include <assert.h>
// x11
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <EGL/egl.h>

Expand Down
3 changes: 2 additions & 1 deletion libs/openFrameworks/app/ofAppEGLWindow.h
Expand Up @@ -10,6 +10,7 @@

#include <queue>
#include <map>
#include <X11/Xlib.h>


// TODO: this shold be passed in with the other window settings, like window alpha, etc.
Expand All @@ -29,7 +30,7 @@ struct _XDisplay;
typedef struct _XDisplay Display;


typedef int EGLBoolean;
typedef unsigned int EGLBoolean;
typedef int32_t EGLint;
typedef void *EGLDisplay;
typedef void *EGLConfig;
Expand Down

0 comments on commit b16ff23

Please sign in to comment.