Changes between Initial Version and Version 1 of Ticket #163, comment 21
- Timestamp:
- 04/10/14 15:43:40 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #163, comment 21
initial v1 4 4 This works with applications that use {{{XDisplayWidthMM}}} and {{{XDisplayHeightMM}}} but not (yet?) for those that use the macros {{{DisplayWidthMM}}} and {{{DisplayHeightMM}}} as those access the screen object directly... (so the output of {{{xdpyinfo}}} is still wrong for the "resolution" but now correct for the screen dimensions..) 5 5 Java applications will still use the wrong value.. 6 7 I may still remove this feature if I can find a better way to get the right dimensions in the X server, somehow.