mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
popup windows parent
This commit is contained in:
parent
ededc0ca71
commit
6cc60ebdf5
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ bool Oneshot::msgbox(int type, const char *body, const char *title){
|
|||
|
||||
// Messagebox data
|
||||
SDL_MessageBoxData data;
|
||||
data.window = NULL; //p->window;
|
||||
data.window = p->window;
|
||||
data.colorScheme = 0;
|
||||
data.title = title;
|
||||
data.message = body;
|
||||
|
|
|
|||
Loading…
Reference in a new issue