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/include/structures.h

    r38986 r39418  
    5555  int      x, y, dx, dy;      /* position and size */
    5656  int      width, height;     /* size of the bitmap */
    57   char    *bitmap;            /* picture on button */
     57  unsigned char *bitmap;            /* picture on button */
    5858  int    (*function_1) ();    /* mouse_button 1 function */
    5959  int    (*function_2) ();    /* mouse_button 2 function */
Note: See TracChangeset for help on using the changeset viewer.