diff options
author | Torrey Lyons <torrey@mrcla.com> | 2005-04-16 00:21:21 +0000 |
---|---|---|
committer | Torrey Lyons <torrey@mrcla.com> | 2005-04-16 00:21:21 +0000 |
commit | 7a4e5f4006319e025e3ff561eccc3f1ad6c661a0 (patch) | |
tree | aa8cbb6e8ac0c305fc2b0e15ab57275f9a06dfe7 /hw | |
parent | 4f686f158b00478a3d074128f9e4cb6dc0d928cd (diff) | |
download | xserver-7a4e5f4006319e025e3ff561eccc3f1ad6c661a0.tar.gz |
Fix cases in Darwin build where a variable is declared static and later asXORG-6_8_99_3
extern (XFree86 Bug #1576, Jordan Frank).
Diffstat (limited to 'hw')
-rw-r--r-- | hw/darwin/quartz/applewmExt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/darwin/quartz/applewmExt.h b/hw/darwin/quartz/applewmExt.h index 92d3c5c03..b27083ac7 100644 --- a/hw/darwin/quartz/applewmExt.h +++ b/hw/darwin/quartz/applewmExt.h @@ -59,8 +59,6 @@ typedef struct _AppleWMProcs { FrameDrawProc FrameDraw; } AppleWMProcsRec, *AppleWMProcsPtr; -extern AppleWMProcsPtr appleWMProcs; - void AppleWMExtensionInit( AppleWMProcsPtr procsPtr ); |