Compute monitor DPI (issue #656)

This commit is contained in:
o9000
2018-01-17 03:51:32 +00:00
parent 90a445868c
commit 405c2c9286
3 changed files with 35 additions and 4 deletions

View File

@@ -107,6 +107,7 @@ typedef struct Monitor {
int y;
int width;
int height;
int dpi;
gboolean primary;
gchar **names;
} Monitor;