GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
cairodriver/Respond.c
Go to the documentation of this file.
1 
2 #include "cairodriver.h"
3 
4 void Cairo_Respond(void)
5 {
6  if (auto_write)
7  write_image();
8 }