Include paths.h.
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 Oct 1994 06:56:52 +0000 (06:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 Oct 1994 06:56:52 +0000 (06:56 +0000)
commitf1c7b5a673dfbbc4b3b718b2aaa29e250b535a86
tree5ce7fa0b69a449b64fa5107c3f1f25eb9cbcf0bd
parent9ed99ac081ccb22ecba3befc39d9ea68dabbf55f
Include paths.h.

Support background stipple, and search path for bitmap files:

(x_set_icon_type): Pass x_bitmap_icon 2nd arg as Lisp_Object.
(x_icon_type): Return a Lisp_Object.

(x_destroy_bitmap, x_reference_bitmap): Take frame as arg.  Callers changed.
(struct x_bitmap_record): New fields height, width, depth.
(x_create_bitmap_from_data): Fill in those fields.
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap): New functions.
(x_create_bitmap_from_file): Arg FILE is now a Lisp_Object.
Search Vbitmap_file_path for it.  Fill in new fields.
(syms_of_xfns): Set up Vbitmap_file_path.
src/xfns.c