mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 09:36:14 -05:00
Renamed SDL_GetWindowDisplay() to SDL_GetWindowDisplayIndex()
This commit is contained in:
@@ -87,7 +87,7 @@ main(int argc, char *argv[])
|
||||
event.window.windowID,
|
||||
event.window.data1,
|
||||
event.window.data2,
|
||||
SDL_GetWindowDisplay(window));
|
||||
SDL_GetWindowDisplayIndex(window));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user