Hi Jens, I didn't notice at the time but the upgrade from libforms1 to libforms2 in Debian broke xmancala. The issue seems to be that it uses the below trick to make fl_do_forms return something and this works with libforms1 but not with libforms2. Would you be able to take a look at this issue and maybe give me some hints on what the right way to fix this would be?
/* Dirty trick to make fl_do_forms() return */
static void formWakeup(void)
{
XEvent xev;
xev.type = ClientMessage;
fl_XPutBackEvent(&xev);
}
If you would like to see the full mancala code, download the Debian
source package using `apt-get source mancala` or visit the website:
http://shh.thathost.com/pub-unix/#Mancala
--
bye,
pabs
http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

