The R Project SVN R

Rev

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

Rev 15913 Rev 23463
Line 226... Line 226...
226
    if (initwin())
226
    if (initwin())
227
	errorcall(call, "invalid device");
227
	errorcall(call, "invalid device");
228
 
228
 
229
    /* set up a context which will close the window if there is an error */
229
    /* set up a context which will close the window if there is an error */
230
    begincontext(&cntxt, CTXT_CCODE, R_NilValue, R_NilValue, R_NilValue,
230
    begincontext(&cntxt, CTXT_CCODE, R_NilValue, R_NilValue, R_NilValue,
231
		 R_NilValue);
231
		 R_NilValue, R_NilValue);
232
    cntxt.cend = &de_closewin_cend;
232
    cntxt.cend = &de_closewin_cend;
233
    cntxt.cenddata = NULL;
233
    cntxt.cenddata = NULL;
234
 
234
 
235
    highlightrect();
235
    highlightrect();
236
 
236