IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19939


Ignore:
Timestamp:
Oct 7, 2008, 9:50:41 AM (18 years ago)
Author:
eugene
Message:

heavier line for overlay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/PaintOverlay.c

    r19835 r19939  
    99 
    1010  XSetForeground (graphic[0].display, graphic[0].gc, image[0].overlay[N].color);
     11  XSetLineAttributes (graphic->display, graphic->gc, 2, LineSolid, CapNotLast, JoinMiter);
    1112 
    1213  expand = 1.0;
     
    9192 
    9293  XSetForeground (graphic[0].display, graphic[0].gc, graphic[0].fore);
     94  XSetLineAttributes (graphic->display, graphic->gc, 1, LineSolid, CapNotLast, JoinMiter);
    9395  return;
    9496}
Note: See TracChangeset for help on using the changeset viewer.