[gimp/gtk3-port: 13/228] libgimp: remove GdkRGB and GdkColorMap calls,	these APIs are gone
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gimp/gtk3-port: 13/228] libgimp: remove GdkRGB and GdkColorMap calls,	these APIs are gone
- Date: Tue, 23 Oct 2012 17:49:49 +0000 (UTC)
commit 0ef2255fbf26b5f7b6482015a885d4ca95edb3a1
Author: Michael Natterer <mitch gimp org>
Date:   Fri Oct 15 12:22:11 2010 +0200
    libgimp: remove GdkRGB and GdkColorMap calls, these APIs are gone
 libgimp/gimpui.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/libgimp/gimpui.c b/libgimp/gimpui.c
index 947423a..1316d86 100644
--- a/libgimp/gimpui.c
+++ b/libgimp/gimpui.c
@@ -42,9 +42,7 @@
  * @title: gimpui
  * @short_description: Common user interface functions. This header includes
  *                     all other GIMP User Interface Library headers.
- * @see_also: gtk_init(), gdk_set_use_xshm(), gdk_rgb_get_visual(),
- *            gdk_rgb_get_cmap(), gtk_widget_set_default_visual(),
- *            gtk_widget_set_default_colormap(), gtk_preview_set_gamma().
+ * @see_also: gtk_init(), gdk_set_use_xshm(), gtk_widget_set_default_visual().
  *
  * Common user interface functions. This header includes all other
  * GIMP User Interface Library headers.
@@ -89,7 +87,6 @@ void
 gimp_ui_init (const gchar *prog_name,
               gboolean     preview)
 {
-  GdkScreen   *screen;
   const gchar *display_name;
   gchar       *themerc;
 
@@ -130,9 +127,6 @@ gimp_ui_init (const gchar *prog_name,
 
   gdk_set_program_class (gimp_wm_class ());
 
-  screen = gdk_screen_get_default ();
-  gtk_widget_set_default_colormap (gdk_screen_get_rgb_colormap (screen));
-
   gimp_widgets_init (gimp_ui_help_func,
                      gimp_context_get_foreground,
                      gimp_context_get_background,
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]