- 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/src/ButtonFunctions.c
r29938 r39418 3 3 4 4 int PSfunction (Graphic *graphic, KapaImageWidget *image) { 5 OHANA_UNUSED_PARAM(graphic); 6 OHANA_UNUSED_PARAM(image); 5 7 6 8 int status; … … 11 13 12 14 int PNGfunction (Graphic *graphic, KapaImageWidget *image) { 15 OHANA_UNUSED_PARAM(graphic); 16 OHANA_UNUSED_PARAM(image); 13 17 14 18 int status; … … 19 23 20 24 int JPEGfunction (Graphic *graphic, KapaImageWidget *image) { 25 OHANA_UNUSED_PARAM(graphic); 26 OHANA_UNUSED_PARAM(image); 21 27 22 28 int status; … … 137 143 /*********** overlay_button functions ************/ 138 144 int Overlay0 (Graphic *graphic, KapaImageWidget *image) { 145 OHANA_UNUSED_PARAM(graphic); 139 146 140 147 image[0].overlay[0].active = image[0].overlay[0].active ^ TRUE; … … 145 152 146 153 int Overlay1 (Graphic *graphic, KapaImageWidget *image) { 154 OHANA_UNUSED_PARAM(graphic); 147 155 148 156 image[0].overlay[1].active = image[0].overlay[1].active ^ TRUE; … … 153 161 154 162 int Overlay2 (Graphic *graphic, KapaImageWidget *image) { 163 OHANA_UNUSED_PARAM(graphic); 155 164 156 165 image[0].overlay[2].active = image[0].overlay[2].active ^ TRUE; … … 161 170 162 171 int Overlay3 (Graphic *graphic, KapaImageWidget *image) { 172 OHANA_UNUSED_PARAM(graphic); 163 173 164 174 image[0].overlay[3].active = image[0].overlay[3].active ^ TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.
