better name for a function overload
[LibreOffice.git] / config_host / config_vcl.h.in
blob81419d2c0ded43b0cf085217485e8d1d21031bf2
1 /*
3 Settings about vcl
4 */
6 #ifndef CONFIG_VCL_H
7 #define CONFIG_VCL_H
9 /* Nature of the device pixel coordinate system.
10 * We either use long or double for coordinates.
12 #define VCL_FLOAT_DEVICE_PIXEL 0
14 #endif