office-gobmx/config_host/config_vcl.h.in
Norbert Thiebaud 269e960ee1 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
2014-07-20 22:10:58 +02:00

14 lines
213 B
C

/*
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