summaryrefslogtreecommitdiff
path: root/config_host/config_vcl.h.in
AgeCommit message (Collapse)AuthorFilesLines
2015-11-23Change comment to match realityTor Lillqvist1-2/+2
See include/vcl/devicecoordinate.hxx. (But why do we use the vague 'long' and not sal_Int32? Note that 'long' is not necessarily any "longer" than 'int', so if we don't want to use (the admittedly ugly-looking) 'sal_Int32', why not simply 'int'?) Change-Id: I8d27b43b64eaed86dd95eb89866db8d5680cc60b
2014-07-20add config_vcl to control DevicePixel coordinate base typeNorbert Thiebaud1-0/+14
The eventual goal is to make vcl capable of handling a backend that use double instead of sal_Int32 as its base type for device coordinate. Change-Id: I6174f1f4afe00992b95c9163bc21dd54fec98631