emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xterm.h


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h
Date: Sun, 13 Jul 2003 13:30:09 -0400

Index: emacs/src/xterm.h
diff -c emacs/src/xterm.h:1.148 emacs/src/xterm.h:1.149
*** emacs/src/xterm.h:1.148     Sat May 24 18:10:38 2003
--- emacs/src/xterm.h   Sun Jul 13 13:30:09 2003
***************
*** 126,131 ****
--- 126,132 ----
  struct x_bitmap_record
  {
    Pixmap pixmap;
+   Pixmap mask;
    char *file;
    int refcount;
    /* Record some info about this pixmap.  */
***************
*** 976,981 ****
--- 977,988 ----
                                          unsigned int, unsigned int));
  extern int x_create_bitmap_from_file P_ ((struct frame *, Lisp_Object));
  extern void x_destroy_bitmap P_ ((struct frame *, int));
+ extern int x_create_bitmap_mask P_ ((struct frame * , int));
+ 
+ #ifdef USE_GTK
+ extern int xg_set_icon P_ ((struct frame *, Lisp_Object));
+ #endif /* USE_GTK */
+ 
  extern void x_real_positions P_ ((struct frame *, int *, int *));
  extern int defined_color P_ ((struct frame *, char *, XColor *, int));
  extern void x_set_border_pixel P_ ((struct frame *, int));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]