From 5875c163cf0488421566df6363543df752d967b2 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 20 Jul 2013 21:55:15 +0200 Subject: [PATCH] Changed documentation comment for SDL_CreateShapedWindow(). See bug #1667. --- include/SDL_shape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_shape.h b/include/SDL_shape.h index 8aee96c85..63f850c94 100644 --- a/include/SDL_shape.h +++ b/include/SDL_shape.h @@ -55,7 +55,7 @@ extern "C" { * \param h The height of the window. * \param flags The flags for the window, a mask of SDL_WINDOW_BORDERLESS with any of the following: * ::SDL_WINDOW_OPENGL, ::SDL_WINDOW_INPUT_GRABBED, - * ::SDL_WINDOW_SHOWN, ::SDL_WINDOW_RESIZABLE, + * ::SDL_WINDOW_HIDDEN, ::SDL_WINDOW_RESIZABLE, * ::SDL_WINDOW_MAXIMIZED, ::SDL_WINDOW_MINIMIZED, * ::SDL_WINDOW_BORDERLESS is always set, and ::SDL_WINDOW_FULLSCREEN is always unset. *