]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 3 Sep 2013 12:41:35 +0000 (16:41 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 3 Sep 2013 12:41:35 +0000 (16:41 +0400)
src/ChangeLog
src/image.c
src/xfns.c

index 387a2883adbe922af0423d672155e4a976b95892..18c867f7b6deaa8e6fd098cc2db4ed77f6c36dc5 100644 (file)
@@ -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  <jan.h.d@swipnet.se>
 
index bcc0fcd78a33b1e09276e8401675c4e1ccc46be1..1271376bcab07ebb0fddc4052441d499aaf79702 100644 (file)
@@ -30,13 +30,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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"
index 48bf04dea132c6331be026dc96ca3488afa1dbae..b08fc76524cb164eb62a8106ed2b55aedd81e4d6 100644 (file)
@@ -22,10 +22,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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"