Fix cases in Darwin build where a variable is declared static and later as
extern (XFree86 Bug #1576, Jordan Frank).
This commit is contained in:
parent
4f686f158b
commit
7a4e5f4006
|
@ -59,8 +59,6 @@ typedef struct _AppleWMProcs {
|
||||||
FrameDrawProc FrameDraw;
|
FrameDrawProc FrameDraw;
|
||||||
} AppleWMProcsRec, *AppleWMProcsPtr;
|
} AppleWMProcsRec, *AppleWMProcsPtr;
|
||||||
|
|
||||||
extern AppleWMProcsPtr appleWMProcs;
|
|
||||||
|
|
||||||
void AppleWMExtensionInit(
|
void AppleWMExtensionInit(
|
||||||
AppleWMProcsPtr procsPtr
|
AppleWMProcsPtr procsPtr
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue