* xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC.
This commit is contained in:
parent
e36b2d20d0
commit
33b83dd70c
2 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
for g_type_init.
|
||||
* xterm.c (handle_one_xevent): Do not call to x_clear_area
|
||||
if GTK >= 2.7.0.
|
||||
(toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC.
|
||||
|
||||
2013-09-16 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_LUCID
|
||||
#if defined (USE_LUCID) || defined (USE_MOTIF)
|
||||
#include "../lwlib/xlwmenu.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue