mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -59,8 +59,6 @@ typedef struct _AppleWMProcs {
|
||||
FrameDrawProc FrameDraw;
|
||||
} AppleWMProcsRec, *AppleWMProcsPtr;
|
||||
|
||||
extern AppleWMProcsPtr appleWMProcs;
|
||||
|
||||
void AppleWMExtensionInit(
|
||||
AppleWMProcsPtr procsPtr
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user