Skip to content
  • Darin Adler's avatar
    Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizable · 03496763
    Darin Adler authored
    	* .cvsignore: Ignore the sgml directory made by gtkdoc.
    	* demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
    	instead of the deprecated gtk_window_set_policy.
    	* demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
    	* gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
    	function to get rid of warning and some code too.
    	* gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
    	missing const.
    	* gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
    	unused local.
    	* gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
    	const.
    	* gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
    	(gdk_utf8_to_compound_text): Add missing const.
    	* gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
    	* gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
    	cast and get rid of an unnecessary one.
    	* gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
    	* gtk/gtkstatusbar.c: (gtk_st...
    03496763