Moving the platform dependencies from the "freeglut_menu.c" file to the platform...
[freeglut] / src / mswin / freeglut_internal_mswin.h
index 8712ad9..b37ad8c 100644 (file)
@@ -108,6 +108,14 @@ struct tagSFG_PlatformJoystick
 #endif\r
 \r
 \r
+/* Menu font and color definitions */\r
+#define  FREEGLUT_MENU_FONT    GLUT_BITMAP_8_BY_13\r
+\r
+#define  FREEGLUT_MENU_PEN_FORE_COLORS   {0.0f,  0.0f,  0.0f,  1.0f}\r
+#define  FREEGLUT_MENU_PEN_BACK_COLORS   {0.85f, 0.85f, 0.85f, 1.0f}\r
+#define  FREEGLUT_MENU_PEN_HFORE_COLORS  {1.0f,  1.0f,  1.0f,  1.0f}\r
+#define  FREEGLUT_MENU_PEN_HBACK_COLORS  {0.15f, 0.15f, 0.45f, 1.0f}\r
+\r
 \r
 /* Function to be called on exit */\r
 extern void (__cdecl *__glutExitFunc)( int return_value );\r