changeset 7191 | 75360622e65f |
parent 6885 | 700f1b25f77f |
child 8093 | b43765095a6f |
1.1 --- a/src/video/windows/SDL_windowsshape.h Sat May 18 12:48:50 2013 -0700 1.2 +++ b/src/video/windows/SDL_windowsshape.h Sat May 18 14:17:52 2013 -0700 1.3 @@ -30,7 +30,7 @@ 1.4 #include "../SDL_shape_internals.h" 1.5 1.6 typedef struct { 1.7 - SDL_ShapeTree *mask_tree; 1.8 + SDL_ShapeTree *mask_tree; 1.9 } SDL_ShapeData; 1.10 1.11 extern SDL_WindowShaper* Win32_CreateShaper(SDL_Window * window);