Remove duplicated X11 code.

This commit is contained in:
Ryan Houdek
2012-12-26 12:12:26 -06:00
parent 93f72d8463
commit 5169804a61
9 changed files with 272 additions and 406 deletions

View File

@ -34,8 +34,8 @@
typedef struct {
#if defined(USE_EGL) && USE_EGL // This is currently a X11/EGL implementation for desktop
int screen;
Display *x_dpy;
Display *x_evdpy;
Display *dpy;
Display *evdpy;
Window win;
Window parent;
EGLSurface egl_surf;