diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-07-16 22:49:26 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-07-20 22:10:58 +0200 |
commit | 269e960ee190a8f568e99756c90cd98f1a7919ce (patch) | |
tree | 232f798a5051f203f78eac62e29438e9625ce9d6 /config_host | |
parent | 2d226f4c0b3f95bfdfe7bdcd3fd0ab87a806f4c3 (diff) |
add config_vcl to control DevicePixel coordinate base type
The eventual goal is to make vcl capable of handling a backend
that use double instead of sal_Int32 as its base type
for device coordinate.
Change-Id: I6174f1f4afe00992b95c9163bc21dd54fec98631
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 |