XNEST: removed obsolete hack to build under Darwin
This commit is contained in:
parent
378c7ebef4
commit
5e209b21f3
|
@ -129,22 +129,6 @@ void
|
||||||
DarwinHandleGUI(int argc, char *argv[])
|
DarwinHandleGUI(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void GlxExtensionInit();
|
|
||||||
void GlxWrapInitVisuals(void *procPtr);
|
|
||||||
|
|
||||||
void
|
|
||||||
DarwinGlxExtensionInit()
|
|
||||||
{
|
|
||||||
GlxExtensionInit();
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
DarwinGlxWrapInitVisuals(
|
|
||||||
void *procPtr)
|
|
||||||
{
|
|
||||||
GlxWrapInitVisuals(procPtr);
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void OsVendorInit()
|
void OsVendorInit()
|
||||||
|
|
Loading…
Reference in New Issue