popup windows parent

This commit is contained in:
Issac332 2026-06-28 13:22:02 +03:00
parent ededc0ca71
commit 6cc60ebdf5

View file

@ -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;