Your message dated Tue, 05 Apr 2011 07:26:34 +0800 with message-id <1301959594.16524.6.camel@chianamo> has caused the report #620634, regarding xmancala: broken due to libforms update to be marked as having been forwarded to the upstream software author(s) Jens Thoms Toerring <[email protected]>
(NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 620634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620634 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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
--- End Message ---

