emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/window.c,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/window.c,v
Date: Tue, 15 Jul 2008 18:15:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/07/15 18:15:19

Index: src/window.c
===================================================================
RCS file: /sources/emacs/emacs/src/window.c,v
retrieving revision 1.617
retrieving revision 1.618
diff -u -b -r1.617 -r1.618
--- src/window.c        27 Jun 2008 02:13:38 -0000      1.617
+++ src/window.c        15 Jul 2008 18:15:17 -0000      1.618
@@ -49,6 +49,9 @@
 #ifdef MAC_OS
 #include "macterm.h"
 #endif
+#ifdef HAVE_NS
+#include "nsterm.h"
+#endif
 
 
 Lisp_Object Qwindowp, Qwindow_live_p, Qwindow_configuration_p;




reply via email to

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