mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 07:58:03 +02:00
XVFB: Removed obsolete hack to build on Darwin
This commit is contained in:
parent
7813392d1c
commit
378c7ebef4
1 changed files with 0 additions and 16 deletions
|
|
@ -225,22 +225,6 @@ void
|
|||
DarwinHandleGUI(int argc, char *argv[])
|
||||
{
|
||||
}
|
||||
|
||||
void GlxExtensionInit();
|
||||
void GlxWrapInitVisuals(void *procPtr);
|
||||
|
||||
void
|
||||
DarwinGlxExtensionInit()
|
||||
{
|
||||
GlxExtensionInit();
|
||||
}
|
||||
|
||||
void
|
||||
DarwinGlxWrapInitVisuals(
|
||||
void *procPtr)
|
||||
{
|
||||
GlxWrapInitVisuals(procPtr);
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue