X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_window.c;h=a8bdf21020328914ba1c5e83de80552875a482ce;hb=65138c495648cd547734c045268e7551bb493bb7;hp=ca758076f48e146293992c5c4863c45f271ab201;hpb=6b33772ecdb882126da5c4a2c48c340ebe63cf37;p=freeglut diff --git a/src/freeglut_window.c b/src/freeglut_window.c index ca75807..a8bdf21 100644 --- a/src/freeglut_window.c +++ b/src/freeglut_window.c @@ -960,10 +960,10 @@ void FGAPIENTRY glutFullScreen( void ) WS_CLIPCHILDREN, FALSE ); /* - * SWP_NOACTIVATE Do not activate the window - * SWP_NOOWNERZORDER Do not change position in z-order - * SWP_NOSENDCHANGING Supress WM_WINDOWPOSCHANGING message - * SWP_NOZORDER Retains the current Z order (ignore 2nd param) + * SWP_NOACTIVATE Do not activate the window + * SWP_NOOWNERZORDER Do not change position in z-order + * SWP_NOSENDCHANGING Supress WM_WINDOWPOSCHANGING message + * SWP_NOZORDER Retains the current Z order (ignore 2nd param) */ SetWindowPos( fgStructure.Window->Window.Handle,