Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
33b83dd7
Commit
33b83dd7
authored
Sep 17, 2013
by
Dmitry Antipov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xterm.c (toplevel) [USE_MOTIF]: Include xlwmenu.h to pacify GCC.
parent
e36b2d20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/ChangeLog
View file @
33b83dd7
...
...
@@ -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>
...
...
src/xterm.c
View file @
33b83dd7
...
...
@@ -84,7 +84,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif
#endif
#ifdef
USE_LUCID
#if
def
ined (
USE_LUCID
) || defined (USE_MOTIF)
#include "../lwlib/xlwmenu.h"
#endif
...
...
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