Changeset 14498
- Timestamp:
- Aug 15, 2007, 9:09:06 AM (19 years ago)
- Location:
- trunk/Ohana/src/kapa2
- Files:
-
- 2 edited
-
include/structures.h (modified) (1 diff)
-
src/UpdateStatusBox.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/include/structures.h
r13479 r14498 144 144 // location of the status box 145 145 int text_x, text_y; 146 int text_dx, text_dy ;146 int text_dx, text_dy, text_dyo; 147 147 int location; // position of the zoom/status widgets (0 = none, 1-4 = bottom,left,top,right) 148 148 int MovePointer; -
trunk/Ohana/src/kapa2/src/UpdateStatusBox.c
r13479 r14498 37 37 } else { 38 38 XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].back); 39 // XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].overlay_color[1]); 39 40 XFillRectangle (graphic[0].display, graphic[0].window, graphic[0].gc, 40 image[0].text_x+1, image[0].text_y+1, image[0].text_dx- 2, image[0].text_dy-2);41 image[0].text_x+1, image[0].text_y+1, image[0].text_dx-1, image[0].text_dyo-2); 41 42 XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].fore); 42 43 }
Note:
See TracChangeset
for help on using the changeset viewer.
