From 83e8c89ad406bb8f21c921f91e657ca848e517f0 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 22 Dec 2017 21:23:46 +1300 Subject: Change window title from default --- plot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.1