Do not use pure Xism x_wm_set_icon_position in non-X ports.
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 1 Aug 2013 06:38:49 +0000 (10:38 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 1 Aug 2013 06:38:49 +0000 (10:38 +0400)
commit52b8a085f779789a9774b2890390df3758c8c302
treec827b55e831d39826b93e68ea321bd83c0d4377a
parent1ca6cc28eb0aa7a7c20059e3eb1078ac3b646d79
Do not use pure Xism x_wm_set_icon_position in non-X ports.
* frame.c (x_set_frame_parameters): Call to x_wm_set_icon_position
only if HAVE_X_WINDOWS is in use.
* frame.h (x_set_frame_parameters): Move under HAVE_X_WINDOWS.
* nsterm.m (x_wm_set_icon_position): Remove no-op.
* w32term.c (x_wm_set_icon_position): Likewise.
* w32fns.c (x_icon): Adjust user.
src/ChangeLog
src/frame.c
src/frame.h
src/nsterm.m
src/w32fns.c
src/w32term.c