Changeset 5612 for trunk/Ohana/src/kapa/event/EventLoop.c
- Timestamp:
- Nov 28, 2005, 8:27:19 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa/event/EventLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa/event/EventLoop.c
r3695 r5612 20 20 Display *display; 21 21 22 Refresh (1);22 if (USE_XWINDOW) Refresh (1); 23 23 24 24 status = TRUE; … … 27 27 if (!CheckPipe ()) return (FALSE); 28 28 29 if (!USE_XWINDOW) { 30 usleep (50000); 31 continue; 32 } 33 29 34 if (XEventsQueued (graphic.display, QueuedAfterFlush) < 1) { 30 35 usleep (50000);
Note:
See TracChangeset
for help on using the changeset viewer.
