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/Resize.c

    r29938 r39418  
    1212
    1313  // must scan the message before possible return
    14   KiiScanMessage (sock, "%d %d", &NX, &NY);
     14  KiiScanMessage (sock, "%u %u", &NX, &NY);
    1515
    1616  // XXX keep this min limit (or modify for !USE_XWINDOW)?
     
    4242// resise the window so the image in the currently active window fills its section
    4343int ResizeByImage (int sock) {
     44  OHANA_UNUSED_PARAM(sock);
    4445 
    4546  int i, Nsection;
Note: See TracChangeset for help on using the changeset viewer.