summaryrefslogtreecommitdiff
path: root/config_host/config_vcl.h.in
blob: 01d2cfdc59aacb9d5d7eb6853a3861804ceccfb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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