Changeset 39457 for trunk/Ohana/src/kapa2/src/Image.c
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/kapa2/src/Image.c (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/src/Image.c
r37807 r39457 132 132 } 133 133 134 void InitButtonSize (Button *button, int width, int height, char *bitmap) {134 void InitButtonSize (Button *button, int width, int height, unsigned char *bitmap) { 135 135 button->dx = width + 2; 136 136 button->dy = height + 2;
Note:
See TracChangeset
for help on using the changeset viewer.
