* frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 17 Sep 2013 12:59:45 +0000 (16:59 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 17 Sep 2013 12:59:45 +0000 (16:59 +0400)
commit2cd98812779dd3254b4956ea39d6e6338f3feb8d
tree04a5afcccb87031d4d2e38d99385ebc26a288b5b
parenta6c2ee1b72658db95c64e2295580508bda410f8a
* frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.
(x_icon_type): Remove prototype.
(x_bitmap_icon) [!HAVE_NS]: Declare as such.
* frame.c (x_icon_type): Remove.
* w32term.c (x_make_frame_visible, x_iconify_frame):
* xterm.c (x_make_frame_visible, x_iconify_frame):
Use x_set_bitmap_icon to factor out common code.
src/ChangeLog
src/frame.c
src/frame.h
src/w32term.c
src/xterm.c