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
tdf#95854 Same shortcut for insert and edit comment
[LibreOffice.git]
/
config_host
/
config_vcl.h.in
blob
81419d2c0ded43b0cf085217485e8d1d21031bf2
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
* We either use long or double for coordinates.
11
*/
12
#define VCL_FLOAT_DEVICE_PIXEL 0
13
14
#endif