diff options
Diffstat (limited to 'config_host')
-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 000000000000..01d2cfdc59aa --- /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 + * either use sal_Int32 or double for coordinates + */ +#define VCL_FLOAT_DEVICE_PIXEL 0 + +#endif |