summaryrefslogtreecommitdiff
path: root/test/testwm2.c
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2012-12-31 10:29:17 -0800
committerSam Lantinga <slouken@libsdl.org>2012-12-31 10:29:17 -0800
commit4bb151f5ce6eaae1763bcadd2a972a2bf3a5a9f5 (patch)
treea49f6f08a4b6158ef05cdaaf65de8017586507d5 /test/testwm2.c
parente4f098f51c8ae3b2e9408ba5189ff2dab5afaeac (diff)
downloadsdl-4bb151f5ce6eaae1763bcadd2a972a2bf3a5a9f5.tar.gz
Renamed SDL_GetWindowDisplay() to SDL_GetWindowDisplayIndex()
Diffstat (limited to 'test/testwm2.c')
-rw-r--r--test/testwm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testwm2.c b/test/testwm2.c
index 75de8f9bf..48a57e8ee 100644
--- a/test/testwm2.c
+++ b/test/testwm2.c
@@ -87,7 +87,7 @@ main(int argc, char *argv[])
event.window.windowID,
event.window.data1,
event.window.data2,
- SDL_GetWindowDisplay(window));
+ SDL_GetWindowDisplayIndex(window));
}
}
}