Miscellaneous fixes for non-default X toolkits.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 31 Jul 2012 11:37:38 +0000 (15:37 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 31 Jul 2012 11:37:38 +0000 (15:37 +0400)
commitc09bfb2f140b2885af17185634451e2abfd6e91c
treef0529721a19d42d6ba84f0ed96ab10562d40a727
parent906debc3b7206396a00f9dd91a519909c1c9d3bb
Miscellaneous fixes for non-default X toolkits.
* configure.ac (MOTIF): Check for /usr/include/openmotif
and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
* lwlib/lwlib-Xm.c (make_menu_in_widget): Remove unused variable.
* src/xfns.c (Fx_file_dialog): Change to SSDATA to avoid warnings.
* src/xterm.c (x_frame_of_widget): Remove redundant prototype.
Move under #ifdef USE_LUCID.
(x_create_toolkit_scroll_bar): Adjust scroll_bar_name
definition and usage to avoid warnings.
ChangeLog
configure.ac
lwlib/ChangeLog
lwlib/lwlib-Xm.c
src/ChangeLog
src/xfns.c
src/xterm.c