Skip to content
  • Manish Singh's avatar
    add -DGDK_DISABLE_DEPRECATED · 89fd6ad3
    Manish Singh authored
    Sun Nov 17 13:45:08 2002  Manish Singh  <yosh@gimp.org>
    
            * gdk/Makefile.am: add -DGDK_DISABLE_DEPRECATED
    
            * gdk/gdk.c (gdk_exit): remove obsolete comment
    
            * gdk/gdk.h: declare gdk_input_add_full if GTK_COMPILATION for
            gtk_input_add_full
    
            * gdk/gdkcolor.c (gdk_color_white, gdk_color_black): use
            gdk_colormap_alloc_color instead of gdk_color_alloc
    
            * gdk/gdkcolor.h: declare gdk_colormap_change if GDK_COMPILATION for
            gdk_colors_store. Also, gdk_colors_{alloc,free} for
            gdk_rgb_try_colormap
    
            * gdk/gdkdrawable.h: declare gdk_draw_string if GTK_COMPILATION for
            gtk_default_draw_string. Also, gdk_draw_text and gdk_draw_text_wc
            if GDK_COMPILATION for the respective gdk_window_ and gdk_pixmap_
            functions.
    
            * gdk/gdkfont.c: #undef GDK_DISABLE_DEPRECATED, completely compat
            code here
    
            * gdk/gdkfont.h: allow the GdkFont structure and a few gdk_font_
            functions ...
    89fd6ad3