Changeset 37807 for trunk/Ohana/src/kapa2/src/UpdateStatusBox.c
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/kapa2/src/UpdateStatusBox.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/kapa2/src/UpdateStatusBox.c
r30606 r37807 20 20 21 21 bzero (line, 100); 22 snprintf (line, 100, "(%d x %d) @ %d ",23 image[0].picture.dx, image[0].picture.dy, image[0].picture.expand);22 snprintf (line, 100, "(%d x %d) @ %d ch: %d ", 23 image[0].picture.dx, image[0].picture.dy, image[0].picture.expand, image[0].currentChannel+1); 24 24 XDrawString (graphic[0].display, graphic[0].window, graphic[0].gc, 25 25 image[0].text_x + PAD1, image[0].text_y + 4*textpad + 4*PAD1, line, 25);
Note:
See TracChangeset
for help on using the changeset viewer.
