diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 14:22:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 14:22:10 +0000 |
commit | 147eb37143678240876ab6c86d148ac8d41160ab (patch) | |
tree | 796f2e06ed2a3a130e86606ec6b5ec7da3dbe56a /lib/libXmu/src/ShapeWidg.c | |
parent | e45f7070ac2ddaf3bbe2f720f6640b4fa173ebc1 (diff) |
Update to libXmu 1.1.1
Diffstat (limited to 'lib/libXmu/src/ShapeWidg.c')
-rw-r--r-- | lib/libXmu/src/ShapeWidg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libXmu/src/ShapeWidg.c b/lib/libXmu/src/ShapeWidg.c index bb8c4fbb3..32388ee46 100644 --- a/lib/libXmu/src/ShapeWidg.c +++ b/lib/libXmu/src/ShapeWidg.c @@ -1,5 +1,5 @@ -/* - +/* + Copyright 1988, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its @@ -142,7 +142,7 @@ ShapeOval(Widget w) rad = height >> 1; XDrawLine(dpy, p, gc, rad, rad, width - rad - 1, rad); } - XShapeCombineMask(dpy, XtWindow(w), ShapeBounding, + XShapeCombineMask(dpy, XtWindow(w), ShapeBounding, -(int)w->core.border_width, -(int)w->core.border_width, p, ShapeSet); if (w->core.border_width) |