bump product version to 5.0.4.1
[LibreOffice.git] / config_host / config_vcl.h.in
blob01d2cfdc59aacb9d5d7eb6853a3861804ceccfb0
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 * either use sal_Int32 or double for coordinates
12 #define VCL_FLOAT_DEVICE_PIXEL 0
14 #endif