emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/macgui.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macgui.h
Date: Wed, 22 Feb 2006 07:59:27 +0000

Index: emacs/src/macgui.h
diff -u emacs/src/macgui.h:1.28 emacs/src/macgui.h:1.29
--- emacs/src/macgui.h:1.28     Mon Feb  6 15:23:21 2006
+++ emacs/src/macgui.h  Wed Feb 22 07:59:26 2006
@@ -217,13 +217,13 @@
   RGBColor back_color;
 
 #define MAX_CLIP_RECTS 2
-  /* QuickDraw clipping region.  */
+  /* Number of clipping rectangles.  */
+  int n_clip_rects;
+
+  /* QuickDraw clipping region.  Ignored if n_clip_rects == 0.  */
   RgnHandle clip_region;
 
 #if defined (MAC_OSX) && USE_ATSUI
-  /* Number of clipping rectangles used in Quartz 2D drawing.  */
-  int n_clip_rects;
-
   /* Clipping rectangles used in Quartz 2D drawing.  The y-coordinate
      is in QuickDraw's.  */
   CGRect clip_rects[MAX_CLIP_RECTS];




reply via email to

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