summaryrefslogtreecommitdiff
path: root/examples/example_custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_custom.c')
-rw-r--r--examples/example_custom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_custom.c b/examples/example_custom.c
index f99c94e..8844b79 100644
--- a/examples/example_custom.c
+++ b/examples/example_custom.c
@@ -48,7 +48,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;