Renamed SDL_GetWindowDisplay() to SDL_GetWindowDisplayIndex()

This commit is contained in:
Sam Lantinga 2012-12-31 10:29:17 -08:00
parent ac0f89315c
commit 5e519b21ed
3 changed files with 4 additions and 4 deletions

View file

@ -87,7 +87,7 @@ main(int argc, char *argv[])
event.window.windowID,
event.window.data1,
event.window.data2,
SDL_GetWindowDisplay(window));
SDL_GetWindowDisplayIndex(window));
}
}
}