IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2005, 11:56:41 AM (21 years ago)
Author:
eugene
Message:

adding no X mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/event/EventLoop.c

    r3695 r5637  
    2020  Display        *display;
    2121 
    22   Refresh (graphic, layout, 1);
     22  if (USE_XWINDOW) Refresh (graphic, layout, 1);
    2323
    2424  status = TRUE;
     
    2828      return (FALSE);
    2929   
     30    if (!USE_XWINDOW) {
     31      usleep (50000);
     32      continue;
     33    }
     34
    3035    if (XEventsQueued (graphic[0].display, QueuedAfterFlush) < 1) {
    3136      usleep (10000);
Note: See TracChangeset for help on using the changeset viewer.