Changeset 3693 for trunk/Ohana/src/opihi/cmd.astro/gauss.c
- Timestamp:
- Apr 11, 2005, 10:37:51 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/gauss.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/gauss.c
r2843 r3693 51 51 52 52 fcntl (Ximage, F_SETFL, !O_NONBLOCK); 53 write (Ximage, "CURS", 4); /* ask Ximage to look for the keystrokes */53 SendGraphCommand (Ximage, 4, "CURS"); 54 54 55 55 for (i = 0; (i < Nspot) || (Nspot == 0); i++) { … … 64 64 65 65 } 66 write (Ximage, "NCUR", 4); /* tell Ximage "end of keystrokes" */ 66 SendGraphCommand (Ximage, 4, "NCUR"); 67 67 68 return (TRUE); 68 69 }
Note:
See TracChangeset
for help on using the changeset viewer.
