IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2005, 8:27:19 AM (21 years ago)
Author:
eugene
Message:

added weight and type to lines, defined -noX option

File:
1 edited

Legend:

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

    r3695 r5612  
    2020  Display        *display;
    2121 
    22   Refresh (1);
     22  if (USE_XWINDOW) Refresh (1);
    2323
    2424  status = TRUE;
     
    2727    if (!CheckPipe ()) return (FALSE);
    2828   
     29    if (!USE_XWINDOW) {
     30      usleep (50000);
     31      continue;
     32    }
     33
    2934    if (XEventsQueued (graphic.display, QueuedAfterFlush) < 1) {
    3035      usleep (50000);
Note: See TracChangeset for help on using the changeset viewer.