Changeset 1299 for trunk/core/gui_draw.c


Ignore:
Timestamp:
08/20/11 00:38:07 (21 months ago)
Author:
philmoz
Message:

Cleanup & rework of gui code.

  • Added comment for local variables in gui_draw.c.
  • Refactor gui_space.c and gui_menu.c to move common code to functions. Also added some comments.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui_draw.c

    r1250 r1299  
    254254//------------------------------------------------------------------- 
    255255 
     256// Local variables set up by draw_rectangle, and used in fill_rect 
    256257static unsigned int xMin, yMin, xMax, yMax; 
    257258 
Note: See TracChangeset for help on using the changeset viewer.