Changeset 25298
- Timestamp:
- Sep 8, 2009, 4:29:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/Ohana/src/kapa2/src/UpdateStatusBox.c
r16255 r25298 48 48 49 49 bzero (line, 100); 50 sprintf (line, "%10. 1f %10.1f", x, y);50 sprintf (line, "%10.2f %10.2f", x, y); 51 51 XDrawString (graphic[0].display, graphic[0].window, graphic[0].gc, 52 52 image[0].text_x + PAD1, image[0].text_y + 2*textpad + 2*PAD1, line, strlen(line));
Note:
See TracChangeset
for help on using the changeset viewer.
