diff options
| author | Miles Bader | 2006-02-24 08:08:56 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-24 08:08:56 +0000 |
| commit | 5432dcf9e0da4e2c38dee53fbe8423ff5f06bed6 (patch) | |
| tree | 94e98550d534fbb93def22ee0d458518ebe6c7f1 /src/macgui.h | |
| parent | e2a3e3535794bf99969d8f93018a85f4d8678c3d (diff) | |
| parent | 5f4264e54bb59b9b0590a113fbd015c3c0920f7a (diff) | |
| download | emacs-5432dcf9e0da4e2c38dee53fbe8423ff5f06bed6.tar.gz emacs-5432dcf9e0da4e2c38dee53fbe8423ff5f06bed6.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-23
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 113-118)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 38-39)
- Update from CVS
Diffstat (limited to 'src/macgui.h')
| -rw-r--r-- | src/macgui.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/macgui.h b/src/macgui.h index cfe35e82945..a84fea1ae91 100644 --- a/src/macgui.h +++ b/src/macgui.h | |||
| @@ -217,13 +217,13 @@ typedef struct _XGC | |||
| 217 | RGBColor back_color; | 217 | RGBColor back_color; |
| 218 | 218 | ||
| 219 | #define MAX_CLIP_RECTS 2 | 219 | #define MAX_CLIP_RECTS 2 |
| 220 | /* QuickDraw clipping region. */ | 220 | /* Number of clipping rectangles. */ |
| 221 | int n_clip_rects; | ||
| 222 | |||
| 223 | /* QuickDraw clipping region. Ignored if n_clip_rects == 0. */ | ||
| 221 | RgnHandle clip_region; | 224 | RgnHandle clip_region; |
| 222 | 225 | ||
| 223 | #if defined (MAC_OSX) && USE_ATSUI | 226 | #if defined (MAC_OSX) && USE_ATSUI |
| 224 | /* Number of clipping rectangles used in Quartz 2D drawing. */ | ||
| 225 | int n_clip_rects; | ||
| 226 | |||
| 227 | /* Clipping rectangles used in Quartz 2D drawing. The y-coordinate | 227 | /* Clipping rectangles used in Quartz 2D drawing. The y-coordinate |
| 228 | is in QuickDraw's. */ | 228 | is in QuickDraw's. */ |
| 229 | CGRect clip_rects[MAX_CLIP_RECTS]; | 229 | CGRect clip_rects[MAX_CLIP_RECTS]; |