The R Project SVN R

Rev

Rev 13406 | Rev 14561 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13406 Rev 14560
Line 220... Line 220...
220
    /* start up the window, more initializing in here */
220
    /* start up the window, more initializing in here */
221
    if (initwin())
221
    if (initwin())
222
	errorcall(call, "invalid device");
222
	errorcall(call, "invalid device");
223
 
223
 
224
    /* set up a context which will close the window if there is an error */
224
    /* set up a context which will close the window if there is an error */
225
    begincontext(&cntxt, 8, R_NilValue, R_NilValue, R_NilValue, R_NilValue);
225
    begincontext(&cntxt, CTXT_CCODE, R_NilValue, R_NilValue, R_NilValue,
-
 
226
		 R_NilValue);
226
    cntxt.cend = &de_closewin;
227
    cntxt.cend = &de_closewin;
227
 
228
 
228
    highlightrect();
229
    highlightrect();
229
 
230
 
230
    eventloop();
231
    eventloop();