mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 01:10:11 +01:00
hw/xwin: Fix redundant declarations in winmultiwindowwm.c
winmultiwindowwm.c:139:14: error: redundant redeclaration of ‘display’ ../../include/opaque.h:52:14: note: previous declaration of ‘display’ was here winmultiwindowwm.c:140:13: error: redundant redeclaration of ‘ErrorF’ ../../include/os.h:558:13: note: previous declaration of ‘ErrorF’ was here Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
3e8269177e
commit
f06b468d96
1 changed files with 0 additions and 7 deletions
|
|
@ -131,13 +131,6 @@ typedef struct _XMsgProcArgRec {
|
|||
HWND hwndScreen;
|
||||
} XMsgProcArgRec, *XMsgProcArgPtr;
|
||||
|
||||
/*
|
||||
* References to external symbols
|
||||
*/
|
||||
|
||||
extern char *display;
|
||||
extern void ErrorF(const char * /*f */ , ...);
|
||||
|
||||
/*
|
||||
* Prototypes for local functions
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue