Changeset 21153 for trunk/Ohana/src/kapa2/include/kii.struct.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/include/kii.struct.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/include/kii.struct.h
r13320 r21153 29 29 int width, height; 30 30 char *bitmap; /* picture on button */ 31 int (*function_1) ( ); /* mouse_button 1 function */32 int (*function_2) ( ); /* mouse_button 2 function */33 int (*function_3) ( ); /* mouse_button 3 function */31 int (*function_1) (void); /* mouse_button 1 function */ 32 int (*function_2) (void); /* mouse_button 2 function */ 33 int (*function_3) (void); /* mouse_button 3 function */ 34 34 } Button; 35 35 … … 41 41 int outline; /* draw an outline? */ 42 42 int cursor; /* location of cursor (if selected) */ 43 int (*function) ( ); /* textline function */43 int (*function) (void); /* textline function */ 44 44 } TextLine; 45 45 … … 54 54 int cursor_x; /* location of cursor (if selected) */ 55 55 int cursor_y; /* location of cursor (if selected) */ 56 int (*function) ( ); /* textline function */56 int (*function) (void); /* textline function */ 57 57 } TextBox; 58 58
Note:
See TracChangeset
for help on using the changeset viewer.
