aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 1ba2955fcb9..32ecee96f60 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -853,9 +853,11 @@ struct glyph_row
853 /* Continuation lines width at the start of the row. */ 853 /* Continuation lines width at the start of the row. */
854 int continuation_lines_width; 854 int continuation_lines_width;
855 855
856#ifdef HAVE_WINDOW_SYSTEM
856 /* Non-NULL means the current clipping area. This is temporarily 857 /* Non-NULL means the current clipping area. This is temporarily
857 set while exposing a region. Coordinates are frame-relative. */ 858 set while exposing a region. Coordinates are frame-relative. */
858 XRectangle *clip; 859 XRectangle *clip;
860#endif
859}; 861};
860 862
861 863