Show
Ignore:
Timestamp:
08/24/07 07:20:46 (1 year ago)
Author:
ajps
Message:

Split out ui-event and ui-menu from ui.c, partly in preparation for other ui-* files. Indulge in some renaming and recommenting of some data structures and things, e.g. event_type becomes ui_event_data, hopefully to distinguish it better from the game event stuff.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main-win.c

    r538 r542  
    24472447{ 
    24482448        term_data *td = &data[0]; 
    2449         event_type ch; 
     2449        ui_event_data ch; 
    24502450 
    24512451        /* Only in graphics mode since the fonts can't be scaled */