The R Project SVN R

Rev

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

Rev 31643 Rev 32133
Line 410... Line 410...
410
     *
410
     *
411
     * R_GE_gcontext parameters that should be honoured (if possible):
411
     * R_GE_gcontext parameters that should be honoured (if possible):
412
     *   font, cex, ps, col, gamma
412
     *   font, cex, ps, col, gamma
413
     */
413
     */
414
    void (*text)();
414
    void (*text)();
-
 
415
    /*
-
 
416
     * device_onExit is called by GEonExit when the user has aborted
-
 
417
     * some operation, and so an R_ProcessEvents call may not return normally.
-
 
418
     * It need not be set to any value; if null, it will not be called.
-
 
419
     * 
-
 
420
     * An example is ...
-
 
421
     *
-
 
422
     * static void X11_onExit(NewDevDesc *dd);
-
 
423
    */    
-
 
424
    void (*onExit)();
415
} NewDevDesc;
425
} NewDevDesc;
416
 
426
 
417
	/********************************************************/
427
	/********************************************************/
418
	/* the device-driver entry point is given a device	*/
428
	/* the device-driver entry point is given a device	*/
419
	/* description structure that it must set up.  this	*/
429
	/* description structure that it must set up.  this	*/