Index: emacs/src/gtkutil.h
diff -c emacs/src/gtkutil.h:1.17 emacs/src/gtkutil.h:1.18
*** emacs/src/gtkutil.h:1.17    Sat Aug 13 09:47:57 2005
--- emacs/src/gtkutil.h Tue Aug 16 19:33:07 2005
***************
*** 199,207 ****
                                      int user_position));
  extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg));
  
! extern GdkPixbuf * xg_get_pixbuf_from_pix_and_mask P_ ((GdkPixmap *gpix,
!                                                         GdkPixmap *gmask,
!                                                         GdkColormap *cmap));
  
  /* Mark all callback data that are Lisp_object:s during GC.  */
  extern void xg_mark_data P_ ((void));
--- 199,207 ----
                                      int user_position));
  extern void xg_set_background_color P_ ((FRAME_PTR f, unsigned long bg));
  
! extern void xg_set_frame_icon P_ ((FRAME_PTR f,
!                                    Pixmap icon_pixmap,
!                                    Pixmap icon_mask));
  
  /* Mark all callback data that are Lisp_object:s during GC.  */
  extern void xg_mark_data P_ ((void));


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to