Removing an extraneous "#if TARGET_HOST_POSIX_X11" and putting the path into the...
[freeglut] / src / Common / freeglut_internal.h
index 3870515..1aaad52 100644 (file)
@@ -1119,7 +1119,18 @@ int fgHintPresent(Window window, Atom property, Atom hint);
 \r
 #endif\r
 \r
-SFG_Proc fghGetProcAddress( const char *procName );\r
+SFG_Proc fgPlatformGetProcAddress( const char *procName );\r
+\r
+/* Window functions needed for Platform implementations */\r
+/* pushing attribute/value pairs into an array */\r
+#define ATTRIB(a) attributes[where++]=(a)\r
+#define ATTRIB_VAL(a,v) {ATTRIB(a); ATTRIB(v);}\r
+\r
+extern int fghIsLegacyContextVersionRequested( void );\r
+extern int fghMapBit( int mask, int from, int to );\r
+extern int fghIsLegacyContextRequested( void );\r
+extern void fghContextCreationError( void );\r
+extern int fghNumberOfAuxBuffersRequested( void );\r
 \r
 #endif /* FREEGLUT_INTERNAL_H */\r
 \r