aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-12-22 21:23:46 +1300
committerDavid Phillips <david@sighup.nz>2017-12-22 21:23:46 +1300
commit83e8c89ad406bb8f21c921f91e657ca848e517f0 (patch)
tree7ca5023449f23a984fcca21b3e507fc7a6ab25c7
parent896b3445d2add72f5bf243ea03506367133a2db8 (diff)
downloadtetris-83e8c89ad406bb8f21c921f91e657ca848e517f0.tar.xz
Change window title from default
-rw-r--r--plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot.c b/plot.c
index 25bca51..3cf2c0d 100644
--- a/plot.c
+++ b/plot.c
@@ -56,7 +56,7 @@ plot_init(void)
}
window = SDL_CreateWindow(
- "Some title",
+ "Tetris Clone",
SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED,
WIDTH_PIXELS,