repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bump product version to 5.0.4.1
[LibreOffice.git]
/
config_host
/
config_vcl.h.in
blob
01d2cfdc59aacb9d5d7eb6853a3861804ceccfb0
1
/*
2
3
Settings about vcl
4
*/
5
6
#ifndef CONFIG_VCL_H
7
#define CONFIG_VCL_H
8
9
/* nature of the device pixel coordinate system
10
* either use sal_Int32 or double for coordinates
11
*/
12
#define VCL_FLOAT_DEVICE_PIXEL 0
13
14
#endif