Changeset 21153 for trunk/Ohana/src/kapa/include/structures.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa/include/structures.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa/include/structures.h
r6684 r21153 23 23 int width, height; 24 24 char *bitmap; /* picture on button */ 25 int (*function_1) ( ); /* mouse_button 1 function */26 int (*function_2) ( ); /* mouse_button 2 function */27 int (*function_3) ( ); /* mouse_button 3 function */25 int (*function_1) (void); /* mouse_button 1 function */ 26 int (*function_2) (void); /* mouse_button 2 function */ 27 int (*function_3) (void); /* mouse_button 3 function */ 28 28 } Button; 29 29 … … 35 35 int outline; /* draw an outline? */ 36 36 int cursor; /* location of cursor (if selected) */ 37 int (*function) ( ); /* textline function */37 int (*function) (void); /* textline function */ 38 38 } TextLine; 39 39 … … 48 48 int cursor_x; /* location of cursor (if selected) */ 49 49 int cursor_y; /* location of cursor (if selected) */ 50 int (*function) ( ); /* textline function */50 int (*function) (void); /* textline function */ 51 51 } TextBox; 52 52
Note:
See TracChangeset
for help on using the changeset viewer.
