compile fixes for sun compiler 5.10: 'i want an extern C function ptr'

This commit is contained in:
Mathias Gumz 2009-10-03 13:40:32 +02:00
parent f2ea245f1d
commit a973154c66

View file

@ -113,7 +113,7 @@ typedef struct scanargs {
} scanargs;
// look for valid enter or leave events (that may invalidate the earlier one we are interested in)
static Bool queueScanner(Display *, XEvent *e, char *args) {
extern "C" int queueScanner(Display *, XEvent *e, char *args) {
if (e->type == LeaveNotify &&
e->xcrossing.window == ((scanargs *) args)->w &&
e->xcrossing.mode == NotifyNormal) {