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