- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/kapa2/src/Image.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/Ohana/src/kapa2/src/Image.c
r29539 r30118 88 88 89 89 InitButtonSize (&image[0].PS_button, PS_width, PS_height, PS_bits); 90 InitButtonFunc (&image[0].PS_button, PSfunction); 90 // InitButtonFunc (&image[0].PS_button, PSfunction); 91 image->PS_button.function_1 = PSfunction; 92 image->PS_button.function_2 = PNGfunction; 93 image->PS_button.function_3 = JPEGfunction; 91 94 92 95 InitButtonSize (&image[0].grey_button, grey_width, grey_height, grey_bits);
Note:
See TracChangeset
for help on using the changeset viewer.
