269e960ee1
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
14 lines
213 B
C
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
|