diff options
author | Ben Byer <bbyer@bbyer.local> | 2007-09-06 05:39:57 -0700 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.local> | 2007-09-09 16:29:08 -0700 |
commit | f8637137ab43818d45d249b337820cbf427a05ec (patch) | |
tree | 9a0536e63e6b64186025aca5ba6391675acd8121 /hw | |
parent | e8093e15c7df7a3d5a9717bc9d7d7517b0743f29 (diff) |
XDARWIN: build fix for quartz/pseudoramiX.c
Diffstat (limited to 'hw')
-rw-r--r-- | hw/darwin/quartz/pseudoramiX.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/darwin/quartz/pseudoramiX.c b/hw/darwin/quartz/pseudoramiX.c index 7ba6d5a15..e65be69a0 100644 --- a/hw/darwin/quartz/pseudoramiX.c +++ b/hw/darwin/quartz/pseudoramiX.c @@ -43,6 +43,9 @@ Equipment Corporation. #include <X11/extensions/panoramiXproto.h> #include "globals.h" +extern int noPseudoramiXExtension; +extern int noPanoramiXExtension; + extern int ProcPanoramiXQueryVersion (ClientPtr client); static void PseudoramiXResetProc(ExtensionEntry *extEntry); |