osd_clock is a small clock designed for minimalist desktops. It renders text directly to the root window using libxosd. I've added patch to make it use modern xosd interface instead of deprecated one.
State Changed From-To: open->feedback Does not build on 4.10: ===> Building for osdclock-0.4 cc -O2 -pipe -g -I/usr/X11R6/include -c osd_clock.c osd_clock.c:27: getopt.h: No such file or directory osd_clock.c:30: elements of array `long_options' have incomplete type osd_clock.c:31: warning: excess elements in struct initializer osd_clock.c:31: warning: (near initialization for `long_options[0]') [lots stripped] osd_clock.c:42: invalid use of undefined type `struct option' *** Error code 1 Simply using gcc34 seems to fix this. Also, the mastersite has 0.5 by now. If you have no objections, I'll do all this on-the-fly when committing...
State Changed From-To: feedback->closed Committed with modifications, thanks!