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