From 093a727b18a11d85c8e51b5398b86a7d3bed94c9 Mon Sep 17 00:00:00 2001 From: Richard Rauch Date: Thu, 11 Dec 2003 22:13:03 +0000 Subject: [PATCH] Stripped out TABs that got reintroduced. There were no changes other than replacing about 10 to 12 TABs with a visually-suitable number of spaces, so this can probably be blindly treated as equivalent to the previous versions of the two affected files. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@397 7f0cb862-5218-0410-a997-914c9d46530a --- src/freeglut_main.c | 8 ++++---- src/freeglut_window.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/freeglut_main.c b/src/freeglut_main.c index 10266f8..b42f9a0 100644 --- a/src/freeglut_main.c +++ b/src/freeglut_main.c @@ -116,10 +116,10 @@ static void fghReshapeWindowByHandle ( SFG_WindowHandleType handle, } /* - * 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( window->Window.Handle, 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, -- 1.7.10.4