X11: Fix misreporting DPI factor at startup (#1252)

* X11: Fix misreporting DPI factor at startup

* Add a CHANGELOG entry
This commit is contained in:
Murarth 2019-11-10 13:55:29 -07:00 committed by Hal Gentz
parent 1ed15c7ec7
commit 9828f368d6
4 changed files with 46 additions and 72 deletions

View file

@ -130,7 +130,7 @@ impl MonitorHandle {
})
}
fn dummy() -> Self {
pub fn dummy() -> Self {
MonitorHandle {
id: 0,
name: "<dummy monitor>".into(),