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:
parent
2774b223ff
commit
6f04edd242
@ -76,8 +76,8 @@ struct tagSFG_PlatformDisplay
|
|||||||
* Make "freeglut" window handle and context types so that we don't need so
|
* Make "freeglut" window handle and context types so that we don't need so
|
||||||
* much conditionally-compiled code later in the library.
|
* much conditionally-compiled code later in the library.
|
||||||
*/
|
*/
|
||||||
typedef HWND SFG_WindowHandleType ;
|
typedef HWND SFG_WindowHandleType;
|
||||||
typedef HGLRC SFG_WindowContextType ;
|
typedef HGLRC SFG_WindowContextType;
|
||||||
typedef struct tagSFG_PlatformContext SFG_PlatformContext;
|
typedef struct tagSFG_PlatformContext SFG_PlatformContext;
|
||||||
struct tagSFG_PlatformContext
|
struct tagSFG_PlatformContext
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user