emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/termhooks.h,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h,v
Date: Fri, 22 Feb 2008 17:42:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/02/22 17:42:10

Index: termhooks.h
===================================================================
RCS file: /sources/emacs/emacs/src/termhooks.h,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- termhooks.h 8 Jan 2008 20:44:20 -0000       1.91
+++ termhooks.h 22 Feb 2008 17:42:07 -0000      1.92
@@ -25,11 +25,6 @@
 struct glyph;
 struct frame;
 
-/* Only use prototypes when lisp.h has been included.  */
-#ifndef P_
-#define P_(X) ()
-#endif
-
 
 enum scroll_bar_part {
   scroll_bar_above_handle,
@@ -363,6 +358,11 @@
   struct kboard *kboard;
 #endif
 
+#ifdef HAVE_WINDOW_SYSTEM
+  /* Cache of images.  */
+  struct image_cache *image_cache;
+#endif /* HAVE_WINDOW_SYSTEM */
+
   /* Device-type dependent data shared amongst all frames on this terminal. */
   union display_info
   {




reply via email to

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