mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Remove duplicated X11 code.
This commit is contained in:
parent
93f72d8463
commit
5169804a61
9 changed files with 272 additions and 406 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue