[gtk+/client-side-windows] gdk_win32_blit, don't get the size of the impl
- From: Alexander Larsson <alexl src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+/client-side-windows] gdk_win32_blit, don't get the size of the impl
- Date: Wed, 1 Jul 2009 11:46:55 +0000 (UTC)
commit 199582aed30cecad63afc2ff0c1f757759ba1f22
Author: Alexander Larsson <alexl redhat com>
Date: Wed Jul 1 13:33:06 2009 +0200
gdk_win32_blit, don't get the size of the impl
gdk/win32/gdkdrawable-win32.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/win32/gdkdrawable-win32.c b/gdk/win32/gdkdrawable-win32.c
index 8c0d026..1266a32 100644
--- a/gdk/win32/gdkdrawable-win32.c
+++ b/gdk/win32/gdkdrawable-win32.c
@@ -1686,7 +1686,7 @@ _gdk_win32_blit (gboolean use_fg_bg,
hdc = gdk_win32_hdc_get (&draw_impl->parent_instance, gc, GDK_GC_FOREGROUND);
- gdk_drawable_get_size (src, &src_width, &src_height);
+ gdk_drawable_get_size (src_impl->wrapper, &src_width, &src_height);
if ((src_rgn = CreateRectRgn (0, 0, src_width + 1, src_height + 1)) == NULL)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]