mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
SDL and X11 works in gltext (silly error)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1649 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -92,11 +92,11 @@ void OpenGL_Shutdown()
|
|||||||
}
|
}
|
||||||
|
|
||||||
u32 OpenGL_GetWidth() {
|
u32 OpenGL_GetWidth() {
|
||||||
return glWin->GetHeight();
|
return glWin->GetWidth();
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 OpenGL_GetHeight() {
|
u32 OpenGL_GetHeight() {
|
||||||
return glWin->GetWidth();
|
return glWin->GetHeight();
|
||||||
}
|
}
|
||||||
|
|
||||||
void OpenGL_SetSize(u32 width, u32 height) {
|
void OpenGL_SetSize(u32 width, u32 height) {
|
||||||
|
Reference in New Issue
Block a user