mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
Fixed Haiku build
This commit is contained in:
@@ -71,7 +71,7 @@ static int _InitWindow(_THIS, SDL_Window *window) {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
window->driverdata = bwin;
|
window->driverdata = (SDL_WindowData *)bwin;
|
||||||
int32 winID = _GetBeApp()->GetID(window);
|
int32 winID = _GetBeApp()->GetID(window);
|
||||||
bwin->SetID(winID);
|
bwin->SetID(winID);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user