all repos — fluxbox @ a973154c668bd4d3267de6edcafa1a3adcfd3e9b

custom fork of the fluxbox windowmanager

compile fixes for sun compiler 5.10: 'i want an extern C function ptr'
Mathias Gumz akira at fluxbox dot org
commit

a973154c668bd4d3267de6edcafa1a3adcfd3e9b

parent

f2ea245f1dfc7c4941143db49ae81b8fceefea8c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -113,7 +113,7 @@ Bool leave, inferior, enter;

} 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) {