summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-25 10:44:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-25 10:44:35 (GMT)
commitd14b2120e0151b05a55c6ea9103ababd7b275e67 (patch)
tree88cb2340f18588a9e1b6dbacb0a02b235d76def7 /xlib
parentd20cd9d967caa52f959837fce8d531c9319231d4 (diff)
parent677efb49e66dded5f3db56da9137d51531e1f1a2 (diff)
downloadtk-d14b2120e0151b05a55c6ea9103ababd7b275e67.zip
tk-d14b2120e0151b05a55c6ea9103ababd7b275e67.tar.gz
tk-d14b2120e0151b05a55c6ea9103ababd7b275e67.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'xlib')
-rw-r--r--xlib/xgc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlib/xgc.c b/xlib/xgc.c
index 78c7501..984c949 100644
--- a/xlib/xgc.c
+++ b/xlib/xgc.c
@@ -560,7 +560,7 @@ XDrawSegments(
XSegment *segments,
int nsegments)
{
- return Success;
+ return BadDrawable;
}
#endif