[gtk+/rendering-cleanup: 5/17] x11: Use window macros in test code
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/rendering-cleanup: 5/17] x11: Use window macros in test code
- Date: Wed, 6 Oct 2010 02:25:50 +0000 (UTC)
commit d203e5ae1cb40671b8456100224cd11457832a52
Author: Benjamin Otte <otte redhat com>
Date: Wed Oct 6 01:05:19 2010 +0200
x11: Use window macros in test code
gdk/x11/gdktestutils-x11.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/x11/gdktestutils-x11.c b/gdk/x11/gdktestutils-x11.c
index 1b782b9..b29fa01 100644
--- a/gdk/x11/gdktestutils-x11.c
+++ b/gdk/x11/gdktestutils-x11.c
@@ -37,7 +37,7 @@
void
gdk_test_render_sync (GdkWindow *window)
{
- Display *display = gdk_x11_drawable_get_xdisplay (window);
+ Display *display = GDK_WINDOW_XDISPLAY (window);
XImage *ximage;
/* syncronize to X drawing queue, see:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]