IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2016, 11:31:53 AM (10 years ago)
Author:
eugene
Message:

list unused parameters; bitmaps are unsigned char; fix overshoot on Y - dY > Ymax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/kapa2/src/ButtonFunctions.c

    r29938 r39418  
    33
    44int PSfunction (Graphic *graphic, KapaImageWidget *image) {
     5  OHANA_UNUSED_PARAM(graphic);
     6  OHANA_UNUSED_PARAM(image);
    57
    68  int status;
     
    1113
    1214int PNGfunction (Graphic *graphic, KapaImageWidget *image) {
     15  OHANA_UNUSED_PARAM(graphic);
     16  OHANA_UNUSED_PARAM(image);
    1317
    1418  int status;
     
    1923
    2024int JPEGfunction (Graphic *graphic, KapaImageWidget *image) {
     25  OHANA_UNUSED_PARAM(graphic);
     26  OHANA_UNUSED_PARAM(image);
    2127
    2228  int status;
     
    137143/*********** overlay_button functions ************/
    138144int Overlay0 (Graphic *graphic, KapaImageWidget *image) {
     145  OHANA_UNUSED_PARAM(graphic);
    139146
    140147  image[0].overlay[0].active = image[0].overlay[0].active ^ TRUE;
     
    145152
    146153int Overlay1 (Graphic *graphic, KapaImageWidget *image) {
     154  OHANA_UNUSED_PARAM(graphic);
    147155
    148156  image[0].overlay[1].active = image[0].overlay[1].active ^ TRUE;
     
    153161
    154162int Overlay2 (Graphic *graphic, KapaImageWidget *image) {
     163  OHANA_UNUSED_PARAM(graphic);
    155164
    156165  image[0].overlay[2].active = image[0].overlay[2].active ^ TRUE;
     
    161170
    162171int Overlay3 (Graphic *graphic, KapaImageWidget *image) {
     172  OHANA_UNUSED_PARAM(graphic);
    163173
    164174  image[0].overlay[3].active = image[0].overlay[3].active ^ TRUE;
Note: See TracChangeset for help on using the changeset viewer.