diff options
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 + |