It seems that when using a scaling factor the window size is scaled twice.
For instance using DPF_SCALE_FACTOR=1.5 and a window that is 707x444:
DPF thinks it's correct: [dpf] createNextWindow 1060 666 1.500000
However the actual window size: Width: 1590 Height: 999
This is exactly 1.5*1.5 on both sides.
Tested on X11 and latest develop.
It seems that when using a scaling factor the window size is scaled twice.
For instance using
DPF_SCALE_FACTOR=1.5and a window that is707x444:DPF thinks it's correct:
[dpf] createNextWindow 1060 666 1.500000However the actual window size:
Width: 1590 Height: 999This is exactly
1.5*1.5on both sides.Tested on X11 and latest develop.