RE: [AD] Setup broken in CVS..? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> The setup utility of the CVS version seems to be broken. If I click on a
> button, then its function executes correctly; however, once the function
> is finished, it is executed again and again and...
>
> ISTR that somebody changed something to do with the dialog handler quite
> recently; that may have had an adverse effect (the setup.c file itself
> hasn't been touched since Nov 11 last year).
i've tweaked the update_dialog function maybe more than one month ago,
to better deal with mouse events. this part is quite fragile, and i've
repeatedly broken it. this might be that too. i'd be surprised and not
surprised at the same time if it was that :)
you may want to try reverting the changes i've made.
let's have a look ...
try this (it's reversed already):
RCS file: /cvsroot/alleg/allegro/src/gui.c,v
retrieving revision 1.14
retrieving revision 1.13
diff -r1.14 -r1.13
809a810,812
>
> if (player->res == D_O_K)
> player->click_wait = TRUE;
812a816,817
>
> goto getout;
--
Lyrian