RE: [AD] force update selection |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
> - (argv[c][2] < '0') || (argv[c][2] > '2')) {
> + (argv[c][2] < '0') || (argv[c][2] > '3')) {
Ah, my custom file format shows up :)
> -}
> -
> -
> -
> -/* close button callback */
> -static void close_callback(void)
> -{
> - simulate_keypress(27 + (KEY_ESC << 8));
> }
Why ? It gave a warning just by sitting there and being unused...
(and I grepped the file, to be sure it wasn't #ifdef'd out)
--
Vincent Penquerc'h
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |