Renamed SDL_GetWindowDisplay() to SDL_GetWindowDisplayIndex()

This commit is contained in:
Sam Lantinga
2012-12-31 10:29:17 -08:00
parent ffbbd3a64a
commit c856925d3e
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));
}
}
}