Renamed SDL_GetWindowDisplay() to SDL_GetWindowDisplayIndex()
This commit is contained in:
parent
ac0f89315c
commit
5e519b21ed
3 changed files with 4 additions and 4 deletions
|
@ -87,7 +87,7 @@ main(int argc, char *argv[])
|
|||
event.window.windowID,
|
||||
event.window.data1,
|
||||
event.window.data2,
|
||||
SDL_GetWindowDisplay(window));
|
||||
SDL_GetWindowDisplayIndex(window));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue