Changeset 19939
- Timestamp:
- Oct 7, 2008, 9:50:41 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/src/PaintOverlay.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/src/PaintOverlay.c
r19835 r19939 9 9 10 10 XSetForeground (graphic[0].display, graphic[0].gc, image[0].overlay[N].color); 11 XSetLineAttributes (graphic->display, graphic->gc, 2, LineSolid, CapNotLast, JoinMiter); 11 12 12 13 expand = 1.0; … … 91 92 92 93 XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].fore); 94 XSetLineAttributes (graphic->display, graphic->gc, 1, LineSolid, CapNotLast, JoinMiter); 93 95 return; 94 96 }
Note:
See TracChangeset
for help on using the changeset viewer.
