Changeset 5700 for trunk/Ohana/src/kii/picture/Center.c
- Timestamp:
- Dec 5, 2005, 3:55:45 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kii/picture/Center.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/picture/Center.c
r2906 r5700 21 21 } 22 22 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 } 25 28 26 29 fcntl (layout[0].Ximage, F_SETFL, O_NONBLOCK); 27 XFlush (graphic[0].display);28 30 return (TRUE); 29 31 }
Note:
See TracChangeset
for help on using the changeset viewer.
