IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2005, 9:47:26 AM (22 years ago)
Author:
eugene
Message:

cleaned errors with mana / kii comms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/overlay/EraseOverlay.c

    r2466 r2906  
    66  int i, status, N;
    77
     8  fcntl (layout[0].Ximage, F_SETFL, !O_NONBLOCK); 
    89  status = read (layout[0].Ximage, buffer, 16);
    910  buffer[16] = 0;
     
    2324  }
    2425
     26  fcntl (layout[0].Ximage, F_SETFL, O_NONBLOCK); 
    2527  Refresh (graphic, layout, 0);
    2628  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.