diff options
author | scuri <scuri> | 2010-11-03 18:37:03 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-11-03 18:37:03 +0000 |
commit | 80f074806db0fdd9646f7b5892d43a558c3a8f9b (patch) | |
tree | 747314b935c192bad153e65a86af7916e99165ac /html | |
parent | b7b587a3d74f4ca48fae7b6b15d2c20f88c55738 (diff) |
Fixed: PutImageRGB, PutImageRGBA, PutImageMap and Pattern when in 64bits using the Cairo context plus base driver.
Improved double buffer update.
Diffstat (limited to 'html')
-rw-r--r-- | html/en/history.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html/en/history.html b/html/en/history.html index 20acc64..b037528 100644 --- a/html/en/history.html +++ b/html/en/history.html @@ -65,6 +65,14 @@ <li> <span class="hist_fixed">Fixed:</span> Cairo context plus base driver when used with GDK.</li> + <li> + <span class="hist_fixed">Fixed:</span> <strong>PutImageRGB</strong>, + <strong>PutImageRGBA</strong>, <strong>PutImageMap</strong> and <strong> + Pattern</strong> when in 64bits using the Cairo context plus base + driver.</li> + <li> + <span class="hist_fixed">Fixed:</span> resources release in Win32 double + buffer driver.</li> </ul> <h3><a href="http://sourceforge.net/projects/canvasdraw/files/5.4/">Version 5.4</a> (24/June/2010)</h3> <ul> |