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: https://svn.code.sf.net/p/freeglut/code/trunk@397 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
103f7e8d87
commit
8fdfd1e769
@ -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,
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user