From 80f074806db0fdd9646f7b5892d43a558c3a8f9b Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 3 Nov 2010 18:37:03 +0000 Subject: Fixed: PutImageRGB, PutImageRGBA, PutImageMap and Pattern when in 64bits using the Cairo context plus base driver. Improved double buffer update. --- html/en/history.html | 8 ++++ include/cd_private.h | 1 + src/cairo/cdcairo.c | 105 ++++++++++++++++++++++++++++++------------ src/cairo/cdcairodbuf.c | 22 +-------- src/cairo/cdcaironative_gdk.c | 1 + src/cd.c | 49 +++++++++++++------- src/cd.def | 1 + src/cdgdk.def | 1 + src/drv/cdirgb.c | 28 ++--------- src/gdk/cdgdkdbuf.c | 21 +-------- src/win32/cdwdbuf.c | 27 ++--------- src/x11/cdxdbuf.c | 22 +-------- 12 files changed, 130 insertions(+), 156 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 @@
  • Fixed: Cairo context plus base driver when used with GDK.
  • +
  • + Fixed: PutImageRGB, + PutImageRGBA, PutImageMap and + Pattern when in 64bits using the Cairo context plus base + driver.
  • +
  • + Fixed: resources release in Win32 double + buffer driver.
  • Version 5.4 (24/June/2010)