diff options
author | Carl Worth <cworth@cworth.org> | 2003-07-18 11:34:19 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-07-18 11:34:19 +0000 |
commit | dc1e96ae3502a81729839f4bcafcbc1fd00fc1bc (patch) | |
tree | 859d5aa4a6315c8355b3c5e87826e8722c50c6c5 /BUGS | |
parent | 4a57fd0881b242d98ea74abb46c8c402faeb1960 (diff) |
Renamed everything from Xr* to cairo_*
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 + |