mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
modify libui GL support so that it will be compatible with GTK
This commit is contained in:
@ -432,7 +432,7 @@ void Open(int type)
|
||||
uiLabel* dummy = uiNewLabel("");
|
||||
uiBoxAppend(in_ctrl, uiControl(dummy), 1);
|
||||
|
||||
dlg->keypresscatcher = uiNewArea(&dlg->areahandler, 0);
|
||||
dlg->keypresscatcher = uiNewArea(&dlg->areahandler);
|
||||
uiControl(dlg->keypresscatcher)->UserData = dlg;
|
||||
uiBoxAppend(in_ctrl, uiControl(dlg->keypresscatcher), 0);
|
||||
|
||||
|
Reference in New Issue
Block a user