summaryrefslogtreecommitdiff
path: root/config_host/config_vcl.h.in
blob: 81419d2c0ded43b0cf085217485e8d1d21031bf2 (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.
 * We either use long or double for coordinates.
 */
#define VCL_FLOAT_DEVICE_PIXEL 0

#endif