summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2019-04-16 21:18:38 +0200
committerOlivier Fourdan <fourdan@xfce.org>2019-04-16 21:20:46 +0200
commit27aa2c7a6f978b2b4485b3241daa3580eb2edd63 (patch)
tree1289f992a36264935de3e309417dc4f3a6732581 /src/screen.h
parentf6adaf3b14406e86cad1a49cb84528bfa26f8e0a (diff)
downloadxfwm4-27aa2c7a6f978b2b4485b3241daa3580eb2edd63.tar.gz
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.
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 0 insertions, 2 deletions
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;