From 27aa2c7a6f978b2b4485b3241daa3580eb2edd63 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 16 Apr 2019 21:18:38 +0200 Subject: screen: Remove logical size Bug: 15085 We used to keep a logical screen size based on whatever Xlib would provide, and an actual size based on what we compute based on the actual monitor layout. There might be some discrepancies between the two, so let's just get rid of the logical size. --- src/screen.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index 3c8a84353..60490f3b8 100644 --- a/src/screen.h +++ b/src/screen.h @@ -117,8 +117,6 @@ struct _ScreenInfo gint depth; gint width; /* Size of all output combined */ gint height; /* Size of all output combined */ - gint logical_width; /* Xorg reported size */ - gint logical_height; /* Xorg reported size */ Visual *visual; GtkWidget *gtk_win; -- cgit v1.2.1