summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorsimonbachmann <simonbachmann@bluewin.ch>2017-04-29 06:44:18 (GMT)
committersimonbachmann <simonbachmann@bluewin.ch>2017-04-29 06:44:18 (GMT)
commit3eb5d7fcb43574fca107cd8d29ccb37fd5276618 (patch)
tree9c1a18f3f0cff622c8bb48e78456ac16570f876c /xlib
parent73ff727f2c72d26737eed09892846d5f4ff2f7b2 (diff)
parent677efb49e66dded5f3db56da9137d51531e1f1a2 (diff)
downloadtk-bug_22ace0d494.zip
tk-bug_22ace0d494.tar.gz
tk-bug_22ace0d494.tar.bz2
merge core-8-6-branchbug_22ace0d494
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