Changeset 39457 for trunk/Ohana/src/kapa2/include/structures.h
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/kapa2/include/structures.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/kapa2/include/structures.h
r38986 r39457 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.
