X11: Fix misreporting DPI factor at startup (#1252)
* X11: Fix misreporting DPI factor at startup * Add a CHANGELOG entry
This commit is contained in:
parent
1ed15c7ec7
commit
9828f368d6
4 changed files with 46 additions and 72 deletions
|
|
@ -130,7 +130,7 @@ impl MonitorHandle {
|
|||
})
|
||||
}
|
||||
|
||||
fn dummy() -> Self {
|
||||
pub fn dummy() -> Self {
|
||||
MonitorHandle {
|
||||
id: 0,
|
||||
name: "<dummy monitor>".into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue