]> git.eshelyaron.com Git - emacs.git/commit
(Qicon_name): New variable.
authorKarl Heuer <kwzh@gnu.org>
Mon, 5 Jun 1995 12:38:20 +0000 (12:38 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 5 Jun 1995 12:38:20 +0000 (12:38 +0000)
commit80534dd61e7c456a3940daf8630fd0d8767fc5ad
treef5dceb6dd532c4caf447177a6de5b67b6b0f31e2
parent1152a050f106f94fa7ad076b98bab760cb83c443
(Qicon_name): New variable.
(Fx_create_frame): Look for icon-name parm and set icon_label field.
(x_set_icon_type): Compute arg to x_text_icon
based on frame name and icon_name fields.
(x_set_icon_name): New function.
(x_icon): Call x_text_icon.
(x_set_name): Look at icon_name field when setting the icon name,
(x_frame_parms): Add icon-name.
(syms_of_xfns): Set up Qicon_name.
src/xfns.c