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
|
@ -131,13 +131,6 @@ typedef struct _XMsgProcArgRec {
|
||||||
HWND hwndScreen;
|
HWND hwndScreen;
|
||||||
} XMsgProcArgRec, *XMsgProcArgPtr;
|
} XMsgProcArgRec, *XMsgProcArgPtr;
|
||||||
|
|
||||||
/*
|
|
||||||
* References to external symbols
|
|
||||||
*/
|
|
||||||
|
|
||||||
extern char *display;
|
|
||||||
extern void ErrorF(const char * /*f */ , ...);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Prototypes for local functions
|
* Prototypes for local functions
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue