summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2003-07-18 11:34:19 +0000
committerCarl Worth <cworth@cworth.org>2003-07-18 11:34:19 +0000
commitdc1e96ae3502a81729839f4bcafcbc1fd00fc1bc (patch)
tree859d5aa4a6315c8355b3c5e87826e8722c50c6c5 /BUGS
parent4a57fd0881b242d98ea74abb46c8c402faeb1960 (diff)
downloadcairo-dc1e96ae3502a81729839f4bcafcbc1fd00fc1bc.tar.gz
Renamed everything from Xr* to cairo_*
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index 810a55d9b..f78d0504b 100644
--- a/BUGS
+++ b/BUGS
@@ -1,2 +1,3 @@
-SEGV if XrSetRGBColor is called before XrSetTargetDrawable
-SEGV if XrFill is called before XrSetRGBColor
+SEGV if cairo_set_rgb_color is called before cairo_set_target_drawable
+SEGV if cairo_fill is called before cairo_set_rgb_color
+