diff src/xterm.h @ 51899:5c89c59e087d

(xg_set_icon): New function.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 13 Jul 2003 17:30:09 +0000
parents 4011d3fb2912
children 3c8a655b53e0
line wrap: on
line diff
--- a/src/xterm.h	Sun Jul 13 17:29:24 2003 +0000
+++ b/src/xterm.h	Sun Jul 13 17:30:09 2003 +0000
@@ -126,6 +126,7 @@
 struct x_bitmap_record
 {
   Pixmap pixmap;
+  Pixmap mask;
   char *file;
   int refcount;
   /* Record some info about this pixmap.  */
@@ -976,6 +977,12 @@
 					  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));