summaryrefslogtreecommitdiff
path: root/examples/example_complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_complex.c')
-rw-r--r--examples/example_complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_complex.c b/examples/example_complex.c
index 43c4450..aeda110 100644
--- a/examples/example_complex.c
+++ b/examples/example_complex.c
@@ -88,7 +88,7 @@ int main(int argc, char *argv[]) {
}
// Create a resizable window.
- window = SDL_CreateWindow("Example Player", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 1280, 720, SDL_WINDOW_RESIZABLE);
+ window = SDL_CreateWindow(filename, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 1280, 720, SDL_WINDOW_RESIZABLE);
if(window == NULL) {
fprintf(stderr, "Unable to create a new window!\n");
return 1;