From: Dmitry Antipov Date: Tue, 3 Sep 2013 12:41:35 +0000 (+0400) Subject: * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec5e75040267c92ebd01fed9d185ff7fdd7d31a3;p=emacs.git * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed. --- diff --git a/src/ChangeLog b/src/ChangeLog index 387a2883adb..18c867f7b6d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 diff --git a/src/image.c b/src/image.c index bcc0fcd78a3..1271376bcab 100644 --- a/src/image.c +++ b/src/image.c @@ -30,13 +30,8 @@ along with GNU Emacs. If not, see . */ #endif #include - #include -/* 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" diff --git a/src/xfns.c b/src/xfns.c index 48bf04dea13..b08fc76524c 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -22,10 +22,6 @@ along with GNU Emacs. If not, see . */ #include #include -/* 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"