Changeset 2906 for trunk/Ohana/src/kii/picture/Center.c
- Timestamp:
- Jan 5, 2005, 9:47:26 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kii/picture/Center.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/picture/Center.c
r2466 r2906 7 7 double X, Y; 8 8 9 fcntl (layout[0].Ximage, F_SETFL, !O_NONBLOCK); 9 10 status = read (layout[0].Ximage, buffer, 16); 10 11 buffer[16] = 0; … … 23 24 Refresh (graphic, layout, 0); 24 25 26 fcntl (layout[0].Ximage, F_SETFL, O_NONBLOCK); 25 27 XFlush (graphic[0].display); 26 28 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
