Moving the platform-specific FBConfig and device context variables into platform...
[freeglut] / src / mswin / freeglut_internal_mswin.h
index bd392f0..628c06d 100644 (file)
@@ -42,6 +42,12 @@ struct tagSFG_PlatformDisplay
  */\r
 typedef HWND    SFG_WindowHandleType ;\r
 typedef HGLRC   SFG_WindowContextType ;\r
+typedef struct tagSFG_PlatformContext SFG_PlatformContext;\r
+struct tagSFG_PlatformContext\r
+{\r
+    HDC             Device;          /* The window's device context         */\r
+};\r
+\r
 \r
 \r
 \r