[gimp/gtk3-port: 14/233] libgimp: remove GdkRGB and GdkColorMap calls, these APIs are gone



commit a8b43421e81c998c7d8e0e78ecb841ba060126d6
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 20ccc98..1495dea 100644
--- a/libgimp/gimpui.c
+++ b/libgimp/gimpui.c
@@ -46,9 +46,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.
@@ -93,7 +91,6 @@ void
 gimp_ui_init (const gchar *prog_name,
               gboolean     preview)
 {
-  GdkScreen    *screen;
   const gchar  *display_name;
   gchar        *themerc;
   GFileMonitor *rc_monitor;
@@ -145,9 +142,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));
-
   file = g_file_new_for_path (gimp_get_icon_theme_dir ());
   gimp_icons_set_icon_theme (file);
   g_object_unref (file);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]