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
ec5e7504
Commit
ec5e7504
authored
Sep 03, 2013
by
Dmitry Antipov
Browse files
* xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.
parent
d1ae6a0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
src/ChangeLog
src/ChangeLog
+1
-0
src/image.c
src/image.c
+0
-5
src/xfns.c
src/xfns.c
+0
-4
No files found.
src/ChangeLog
View file @
ec5e7504
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
(x_scroll_bar_set_handle, XTset_vertical_scroll_bar)
(x_scroll_bar_set_handle, XTset_vertical_scroll_bar)
(x_scroll_bar_handle_click, x_scroll_bar_note_movement)
(x_scroll_bar_handle_click, x_scroll_bar_note_movement)
(x_scroll_bar_report_motion, x_set_offset): Related users changed.
(x_scroll_bar_report_motion, x_set_offset): Related users changed.
* xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.
2013-09-03 Jan Djärv <jan.h.d@swipnet.se>
2013-09-03 Jan Djärv <jan.h.d@swipnet.se>
...
...
src/image.c
View file @
ec5e7504
...
@@ -30,13 +30,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
...
@@ -30,13 +30,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif
#endif
#include <setjmp.h>
#include <setjmp.h>
#include <c-ctype.h>
#include <c-ctype.h>
/* This makes the fields of a Display accessible, in Xlib header files. */
#define XLIB_ILLEGAL_ACCESS
#include "lisp.h"
#include "lisp.h"
#include "frame.h"
#include "frame.h"
#include "window.h"
#include "window.h"
...
...
src/xfns.c
View file @
ec5e7504
...
@@ -22,10 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
...
@@ -22,10 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <math.h>
#include <math.h>
#include <unistd.h>
#include <unistd.h>
/* This makes the fields of a Display accessible, in Xlib header files. */
#define XLIB_ILLEGAL_ACCESS
#include "lisp.h"
#include "lisp.h"
#include "xterm.h"
#include "xterm.h"
#include "frame.h"
#include "frame.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