The R Project SVN R

Rev

Rev 42122 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42122 Rev 42124
Line 96... Line 96...
96
    SEXP eventRho;     /* Environment during event handling */
96
    SEXP eventRho;     /* Environment during event handling */
97
    SEXP eventResult;  /* Result of event handler */
97
    SEXP eventResult;  /* Result of event handler */
98
    Rboolean (*newFrameConfirm)();
98
    Rboolean (*newFrameConfirm)();
99
    double lwdscale;   /* scale factor for lwd */
99
    double lwdscale;   /* scale factor for lwd */
100
    RCNTXT *cntxt;     /* context for unwinding on error */
100
    RCNTXT *cntxt;     /* context for unwinding on error */
101
    int have_alpha;    /* support for AlphaBlend */
101
    Rboolean have_alpha; /* support for AlphaBlend */
-
 
102
    Rboolean warn_trans; /* Warn on use of translucency if not supported */
102
} gadesc;
103
} gadesc;