Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
991786dd
Commit
991786dd
authored
Mar 23, 2001
by
Eli Zaretskii
Browse files
Include widget.h only if USE_X_TOOLKIT is defined.
parent
6c29b43c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xmenu.c
src/xmenu.c
+1
-1
No files found.
src/ChangeLog
View file @
991786dd
2001-03-23 Eli Zaretskii <eliz@is.elta.co.il>
* xmenu.c: Include widget.h only if USE_X_TOOLKIT is defined.
2001-03-23 Gerd Moellmann <gerd@gnu.org>
* xfaces.c (x_update_menu_appearance): Use a different path
...
...
src/xmenu.c
View file @
991786dd
...
...
@@ -44,7 +44,6 @@ Boston, MA 02111-1307, USA. */
#include "window.h"
#include "blockinput.h"
#include "buffer.h"
#include "widget.h"
#ifdef MSDOS
#include "msdos.h"
...
...
@@ -67,6 +66,7 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_X_WINDOWS
#undef HAVE_MULTILINGUAL_MENU
#ifdef USE_X_TOOLKIT
#include "widget.h"
#include <X11/Xlib.h>
#include <X11/IntrinsicP.h>
#include <X11/CoreP.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment