mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 03:52:16 -08:00
(struct _XGC) [USE_CG_DRAWING
&& MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New members cg_fore_color and cg_back_color.
This commit is contained in:
parent
31cfeedea9
commit
3bfd2d4690
1 changed files with 8 additions and 0 deletions
|
|
@ -244,6 +244,14 @@ typedef struct _XGC
|
|||
/* QuickDraw background color. */
|
||||
RGBColor back_color;
|
||||
|
||||
#if USE_CG_DRAWING && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
|
||||
/* Quartz 2D foreground color. */
|
||||
CGColorRef cg_fore_color;
|
||||
|
||||
/* Quartz 2D background color. */
|
||||
CGColorRef cg_back_color;
|
||||
#endif
|
||||
|
||||
#define MAX_CLIP_RECTS 2
|
||||
/* Number of clipping rectangles. */
|
||||
int n_clip_rects;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue