[gtk+/rendering-cleanup: 106/142] testgtk: Don't set colormap when creating GDK windows
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/rendering-cleanup: 106/142] testgtk: Don't set colormap when creating GDK windows
- Date: Tue, 14 Sep 2010 15:43:51 +0000 (UTC)
commit ed1606364afd0b920f714dc710767c63d6dd6a9f
Author: Benjamin Otte <otte redhat com>
Date: Sat Aug 28 18:05:30 2010 +0200
testgtk: Don't set colormap when creating GDK windows
tests/testgtk.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/testgtk.c b/tests/testgtk.c
index 68cb7d7..4ace39c 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -552,10 +552,9 @@ create_pattern (GtkWidget *widget,
attributes.wclass = GDK_INPUT_OUTPUT;
attributes.event_mask = GDK_EXPOSURE_MASK;
attributes.visual = gtk_widget_get_visual (widget);
- attributes.colormap = gtk_widget_get_colormap (widget);
child = gdk_window_new (parent, &attributes,
- GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL | GDK_WA_COLORMAP);
+ GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL);
pattern_set_bg (widget, child, level);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]