IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2016, 10:23:42 PM (10 years ago)
Author:
eugene
Message:

modify to pass with extremely pedantic build; force consistency for signed vs unsigned and int sizes; various relastro updates

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/kapa2/include/structures.h

    r38986 r39457  
    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.