summaryrefslogtreecommitdiffstats
path: root/config_host/config_vcl.h.meson
blob: a4b7d14f5e29fad07cb5957acd8a1316c6c25060 (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.
 */
#mesondefine VCL_FLOAT_DEVICE_PIXEL

#endif