IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2005, 3:55:45 PM (21 years ago)
Author:
eugene
Message:

adding no-X version of JPEG, other features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/picture/Center.c

    r2906 r5700  
    2121  }
    2222
    23   Remap (graphic, layout, &layout[0].matrix);
    24   Refresh (graphic, layout, 0);
     23  if (USE_XWINDOW) {
     24    Remap (graphic, layout, &layout[0].matrix);
     25    Refresh (graphic, layout, 0);
     26    XFlush (graphic[0].display);
     27  }
    2528
    2629  fcntl (layout[0].Ximage, F_SETFL, O_NONBLOCK); 
    27   XFlush (graphic[0].display);
    2830  return (TRUE);
    2931}
Note: See TracChangeset for help on using the changeset viewer.