On Tue, Sep 09, 2003 at 09:11:10PM +0200, Tom Payne wrote: > Having just sent that last post, I've noticed the following problem in > ion-devel-20030814:
This should fix it: Index: eventh.c =================================================================== RCS file: /share/cvsrepos/ion/ioncore/eventh.c,v retrieving revision 1.47 diff -r1.47 eventh.c 592c592 < if(ev->type==MotionNotify || ev->type==ButtonRelease) --- > if(tmp.type==MotionNotify || tmp.type==ButtonRelease) -- Tuomo
