(x_set_icon_type): If icon-type is a string, then use
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 Oct 1994 22:17:15 +0000 (22:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 Oct 1994 22:17:15 +0000 (22:17 +0000)
commit203c1d73bbf5f8bd9fd6111df77e46c34fb39d53
tree429f769ec1ca39c6f0d7afc39ee2f79df56eb936
parent7f2ae036225e2c8814ad1eadf1608c3eac3fddc3
(x_set_icon_type): If icon-type is a string, then use
bitmap from that file.
(Fx_create_frame): Set icon_bitmap field to -1.
(struct x_bitmap_record): New structure type.
(x_bitmaps, x_bitmaps_size, x_bitmaps_last, x_bitmaps_free): New variables.
(x_allocate_bitmap_record): New function.
(x_reference_bitmap, x_create_bitmap, x_create_bitmap_from_file)
(x_destroy_bitmap, x_lookup_pixmap): New functions.
src/xfns.c