mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
GLX: Remove all Host_GetRenderWindowSize calls.
Also remove x, y, width and height from the GLInterface, since it's only used in GLX, which no longer uses them
This commit is contained in:
parent
7692f5a5ce
commit
dc2bc621a4
4 changed files with 3 additions and 37 deletions
|
@ -104,8 +104,6 @@ typedef struct {
|
|||
XSetWindowAttributes attr;
|
||||
std::thread xEventThread;
|
||||
#endif
|
||||
int x, y;
|
||||
unsigned int width, height;
|
||||
} GLWindow;
|
||||
|
||||
extern GLWindow GLWin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue