diff options
Diffstat (limited to 'config_host/config_vcl.h.in')
-rw-r--r-- | config_host/config_vcl.h.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config_host/config_vcl.h.in b/config_host/config_vcl.h.in new file mode 100644 index 000000000..81419d2c0 --- /dev/null +++ b/config_host/config_vcl.h.in @@ -0,0 +1,14 @@ +/* + +Settings about vcl +*/ + +#ifndef CONFIG_VCL_H +#define CONFIG_VCL_H + +/* Nature of the device pixel coordinate system. + * We either use long or double for coordinates. + */ +#define VCL_FLOAT_DEVICE_PIXEL 0 + +#endif |