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: Fri, 07 Oct 2005 22:27:48 -0400

Index: emacs/src/macgui.h
diff -c emacs/src/macgui.h:1.24 emacs/src/macgui.h:1.25
*** emacs/src/macgui.h:1.24     Sat Oct  1 11:09:44 2005
--- emacs/src/macgui.h  Sat Oct  8 02:27:47 2005
***************
*** 192,197 ****
--- 192,210 ----
  
    /* QuickDraw background color.  */
    RGBColor back_color;
+ 
+ #define MAX_CLIP_RECTS 2
+   /* QuickDraw clipping region.  */
+   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];
+ #endif
  } *GC;
  
  #define GCForeground            (1L<<2)




reply via email to

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