Difference for include/ui.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Header file for user interface   * Header file for user interface
  *   *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:02:24  donut   * Revision 1.2  2003/03/09 06:34:09  donut
  * Initial revision   * change byte typedef to sbyte to avoid conflict with win32 byte which is unsigned
    *
    * Revision 1.1.1.1  1999/06/14 22:02:24  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 1.11  1994/11/18  23:07:33  john   * Revision 1.11  1994/11/18  23:07:33  john
  * Changed a bunch of shorts to ints.   * Changed a bunch of shorts to ints.
Line 165
 
Line 168
  BASE_GADGET   BASE_GADGET
  char *text;   char *text;
  short     width, height;   short     width, height;
  byte            flag;   sbyte            flag;
  byte            pressed;   sbyte            pressed;
  byte            position;   sbyte            position;
  byte            oldposition;   sbyte            oldposition;
  int             trap_key;   int             trap_key;
  int           (*user_function)(void);   int           (*user_function)(void);
 } UI_GADGET_ICON;  } UI_GADGET_ICON;

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2