Re: [AD] EVDEV mouse driver

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> I've also found that alert doesn't seem to scare the mouse. I didn't
> investigate.

Fixed thusly.

-- 
Eric Botcazou
--- /home/eric/cvs/allegro/src/gui.c	Sun Jan 12 17:20:50 2003
+++ allegro/src/gui.c	Thu Jan 30 22:46:24 2003
@@ -2139,6 +2139,7 @@
 
    maxlen += avg_w*4;
    alert_dialog[0].w = maxlen;
+   alert_dialog[A_S1].w = alert_dialog[A_S2].w = alert_dialog[A_S3].w = maxlen - avg_w*2;
    alert_dialog[A_S1].x = alert_dialog[A_S2].x = alert_dialog[A_S3].x = 
 						alert_dialog[0].x + maxlen/2;
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/