Changeset 5700 for trunk/Ohana/src/kii/overlay/LoadOverlay.c
- Timestamp:
- Dec 5, 2005, 3:55:45 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kii/overlay/LoadOverlay.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/overlay/LoadOverlay.c
r2466 r5700 88 88 OVERLAY[N] = TRUE; 89 89 /* Refresh (graphic, layout, 0); */ 90 for (i = 0; i < NOVERLAYS; i++) { 91 if (OVERLAY[i]) 92 PaintOverlay (graphic, layout, i); 90 if (USE_XWINDOW) { 91 for (i = 0; i < NOVERLAYS; i++) { 92 if (OVERLAY[i]) 93 PaintOverlay (graphic, layout, i); 94 } 95 PaintTickmarks (graphic, layout); 96 XFlush (graphic[0].display); 93 97 } 94 PaintTickmarks (graphic, layout);95 XFlush (graphic[0].display);96 98 fcntl (layout[0].Ximage, F_SETFL, O_NONBLOCK); 97 99 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
