Skip to content
  • Federico Mena Quintero's avatar
    Fix #105497; constify uses of GdkColor. · 5ebb6b04
    Federico Mena Quintero authored
    2004-01-26  Federico Mena Quintero  <federico@ximian.com>
    
    	Fix #105497; constify uses of GdkColor.
    
    	* gdk/gdkgc.c (gdk_gc_set_rgb_fg_color): Constify.
    	(gdk_gc_set_rgb_bg_color): Constify.
    	(gdk_gc_set_foreground): Constify.
    
    	* gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): Constify.
    	* gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Constify.
    	* gdk/linux-fb/gdkcursor-fb.c (gdk_cursor_new_from_pixmap): Constify.
    
    	* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_create_from_data): Constify.
    	* gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data): Constify.
    	* gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_create_from_data): Constify.
    
    	* gdk/x11/gdkwindow-x11.c (gdk_window_set_background): Constify.
    	* gdk/win32/gdkwindow-win32.c (gdk_window_set_background): Constify.
    	* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Constify.
    
    	* gdk/gdkpango.c (gdk_draw_layout_line_with_colors): Constify.
    	(gdk_draw_layout_with_colors): Constify.
    
    	* gdk/gdkpixma...
    5ebb6b04