]> git.eshelyaron.com Git - emacs.git/commitdiff
Include xterm.h for x_fully_uncatch_errors and friends.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Oct 2006 14:39:23 +0000 (14:39 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Oct 2006 14:39:23 +0000 (14:39 +0000)
src/ChangeLog
src/eval.c

index aa603feab4b400e0c0f06e65b13a060039732564..0c9e2272efddde2080d950f7988bc2a6755c1498 100644 (file)
@@ -1,5 +1,11 @@
 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * eval.c: Include xterm.h for x_fully_uncatch_errors and friends.
+
+       * dispextern.h: Declare x_create_bitmap_from_xpm_data.
+
+       * xterm.c (x_check_expected_move): Remove unused var `count'.
+
        * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since
        Fdefalias is not declared in any *.h file.
 
        (x_set_offset, x_check_fullscreen): Extensive changes to make
        frame positioning deterministic under X.
 
-       * xterm.h (x_output): Added members left_before_move and
+       * xterm.h (x_output): Add members left_before_move and
        top_before_move.  Removed members expected_left and expected_top.
 
 2006-06-16  Kim F. Storm  <storm@cua.dk>
index dbd30eac201d18509ef4e27dd8790ca03b9b7029..4e04422d2d6b2bd37797afe4d590bdb03b686fe1 100644 (file)
@@ -28,6 +28,10 @@ Boston, MA 02110-1301, USA.  */
 #include "dispextern.h"
 #include <setjmp.h>
 
+#if HAVE_X_WINDOWS
+#include "xterm.h"
+#endif
+
 /* This definition is duplicated in alloc.c and keyboard.c */
 /* Putting it in lisp.h makes cc bomb out! */