summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/xoutinfo.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/xoutinfo.hs b/app/xoutinfo.hs
index da1360a..3ced671 100644
--- a/app/xoutinfo.hs
+++ b/app/xoutinfo.hs
@@ -75,8 +75,8 @@ main = do
, device_scale_factor = dpi_x / default_dpi
, dpi_x = dpi_x
, dpi_y = dpi_y
- , width = fromIntegral xrr_moninf_width
- , height = fromIntegral xrr_moninf_height
- , width_mm = fromIntegral xrr_moninf_mwidth
- , height_mm = fromIntegral xrr_moninf_mheight
+ , width = width
+ , height = height
+ , width_mm = width_mm
+ , height_mm = height_mm
}