diff options
Diffstat (limited to 'libXmu/src/ShapeWidg.c')
-rw-r--r-- | libXmu/src/ShapeWidg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libXmu/src/ShapeWidg.c b/libXmu/src/ShapeWidg.c index bb8c4fbb3..32388ee46 100644 --- a/libXmu/src/ShapeWidg.c +++ b/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) |