emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114115: * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r114115: * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.
Date: Tue, 03 Sep 2013 12:43:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114115
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-03 16:41:35 +0400
message:
  * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/image.c                    image.c-20091113204419-o5vbwnq5f7feedwu-2969
  src/xfns.c                     xfns.c-20091113204419-o5vbwnq5f7feedwu-274
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-09-03 12:02:01 +0000
+++ b/src/ChangeLog     2013-09-03 12:41:35 +0000
@@ -11,6 +11,7 @@
        (x_scroll_bar_set_handle, XTset_vertical_scroll_bar)
        (x_scroll_bar_handle_click, x_scroll_bar_note_movement)
        (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  <address@hidden>
 

=== modified file 'src/image.c'
--- a/src/image.c       2013-08-27 18:47:55 +0000
+++ b/src/image.c       2013-09-03 12:41:35 +0000
@@ -30,13 +30,8 @@
 #endif
 
 #include <setjmp.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 "frame.h"
 #include "window.h"

=== modified file 'src/xfns.c'
--- a/src/xfns.c        2013-08-29 07:27:27 +0000
+++ b/src/xfns.c        2013-09-03 12:41:35 +0000
@@ -22,10 +22,6 @@
 #include <math.h>
 #include <unistd.h>
 
-/* This makes the fields of a Display accessible, in Xlib header files.  */
-
-#define XLIB_ILLEGAL_ACCESS
-
 #include "lisp.h"
 #include "xterm.h"
 #include "frame.h"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]