diff options
Diffstat (limited to 'doc/dw-images-and-backgrounds.doc')
-rw-r--r-- | doc/dw-images-and-backgrounds.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dw-images-and-backgrounds.doc b/doc/dw-images-and-backgrounds.doc index c4991807..bb55aca5 100644 --- a/doc/dw-images-and-backgrounds.doc +++ b/doc/dw-images-and-backgrounds.doc @@ -109,7 +109,7 @@ digraph G { } "DICache Entry" -> ImageRenderer [headlabel="*", taillabel="1"]; - "DICache Entry" -> Imgbuf [headlabel="1", taillabel="1"]; + "DICache Entry" -> Imgbuf [headlabel="1", taillabel="1"]; BgRenderer -> Imgbuf [headlabel="1", taillabel="*"]; BgRenderer -> BgAllocation [headlabel="*", taillabel="1"]; |