[gtk+/client-side-decorations: 35/92] remove unnecessary change
- From: Cody Russell <bratsche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/client-side-decorations: 35/92] remove unnecessary change
- Date: Fri, 16 Apr 2010 19:30:03 +0000 (UTC)
commit ad24eb34d588e5b32fb66e43294d3758320536b2
Author: Cody Russell <crussell canonical com>
Date: Wed May 27 15:22:58 2009 +0200
remove unnecessary change
gtk/gtkwindow.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 116194d..6a9b0f2 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -5074,8 +5074,7 @@ gtk_window_realize (GtkWidget *widget)
attributes.wmclass_class = window->wmclass_class;
attributes.wclass = GDK_INPUT_OUTPUT;
attributes.visual = gtk_widget_get_visual (widget);
- //attributes.colormap = gtk_widget_get_colormap (widget);
- attributes.colormap = gdk_screen_get_rgba_colormap (gtk_widget_get_screen (widget));
+ attributes.colormap = gtk_widget_get_colormap (widget);
attributes_mask = 0;
parent_window = gtk_widget_get_root_window (widget);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]