Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
video/out/w32_common: don't move window if position isn't set
The geometry output of vo_calc_window_geometry does not have any information about the current window position. This causes the window to move when setting geometry even without setting x/y. Change it so that the window position is unchanged if x/y are not set and after startup.
- Loading branch information