- Timestamp:
- Mar 1, 2016, 11:31:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/kapa2/include/structures.h
r38986 r39418 55 55 int x, y, dx, dy; /* position and size */ 56 56 int width, height; /* size of the bitmap */ 57 char*bitmap; /* picture on button */57 unsigned char *bitmap; /* picture on button */ 58 58 int (*function_1) (); /* mouse_button 1 function */ 59 59 int (*function_2) (); /* mouse_button 2 function */
Note:
See TracChangeset
for help on using the changeset viewer.
