Browse Source

Add cation to Window

DricomDragon 4 năm trước cách đây
mục cha
commit
9c159936e1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      sdl1/colorGenerator/main.cpp

+ 2 - 0
sdl1/colorGenerator/main.cpp

@@ -25,6 +25,8 @@ int main ( int argc, char** argv )
 		return 1;
 	}
 
+	SDL_WM_SetCaption("Color Generator", 0);
+
 	// variables
 	SDL_Rect dstrect;
 	const Uint32 delay(18);