RE: [AD] File selector patch

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


Title: RE: [AD] File selector patch

> The file selector (src/fsel.c) has currently some flaws:

Not mentioning stuff like:

   if (width == OLD_FILESEL_WIDTH)
      width = 305;

   #ifdef HAVE_DIR_LIST

      if (height == OLD_FILESEL_HEIGHT)
         height = 161;

   #else

      if (height == OLD_FILESEL_HEIGHT)
         height = 189;


:>
Note that I understand *why* this is here, it just looks as if it begs
one to choke reading it :)

--
Vincent Penquerc'h



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