summaryrefslogtreecommitdiff
blob: 941cb3e9adeb5355ef738cd276ffa43f5f119283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- emacs-orig/src/dispextern.h	2007-09-13 10:50:51.000000000 +0000
+++ emacs/src/dispextern.h	2007-10-12 21:57:44.000000000 +0000
@@ -853,9 +853,11 @@
   /* Continuation lines width at the start of the row.  */
   int continuation_lines_width;
 
+#ifdef HAVE_WINDOW_SYSTEM
   /* Non-NULL means the current clipping area.  This is temporarily
      set while exposing a region.  Coordinates are frame-relative.  */
   XRectangle *clip;
+#endif
 };