diff options
author | Keith Packard <keithp@keithp.com> | 2002-11-27 05:36:25 +0000 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-09 11:20:39 -0800 |
commit | 1d46ed302a18da9d7fe4f08101b7e0fad5e0a909 (patch) | |
tree | ba3fbf601de3f0525f45025c021d6d5674f90ca9 /renderproto.txt | |
parent | 8c80ba46b689cdc66c3fdf6bfec3d025795f9c9e (diff) |
Fix FreePicture to note that non-XID references can keep pictures allocated
Diffstat (limited to 'renderproto.txt')
-rw-r--r-- | renderproto.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/renderproto.txt b/renderproto.txt index 5a62ca6..72b3b61 100644 --- a/renderproto.txt +++ b/renderproto.txt @@ -755,7 +755,8 @@ FreePicture Picture This request deletes the association between the resource ID and the - picture and destroys the picture. + picture. The picture storage will be freed when no other resource + references it. Composite |