just a bit of formatting, mostly to test out my SVN commit access

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1081 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2012-03-08 02:23:21 +00:00
parent 2774b223ff
commit 6f04edd242

View File

@ -76,8 +76,8 @@ struct tagSFG_PlatformDisplay
* Make "freeglut" window handle and context types so that we don't need so
* much conditionally-compiled code later in the library.
*/
typedef HWND SFG_WindowHandleType ;
typedef HGLRC SFG_WindowContextType ;
typedef HWND SFG_WindowHandleType;
typedef HGLRC SFG_WindowContextType;
typedef struct tagSFG_PlatformContext SFG_PlatformContext;
struct tagSFG_PlatformContext
{