diff options
author | Benjamin Otte <otte@redhat.com> | 2016-09-09 14:53:18 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 0be88cc76e756ee96839273117b464ab21a4f708 (patch) | |
tree | 60a4b6e8bb29c2ea4947e24c9e3933a44cf8e22f /gdk/broadway/gdkscreen-broadway.h | |
parent | 579edbbca871f317b90ffec4e69d4f4b5cac91b2 (diff) | |
download | gtk+-0be88cc76e756ee96839273117b464ab21a4f708.tar.gz |
API: Remove gdk_screen_get_width() and gdk_screen_get_height()
... and gdk_screen_get_width_mm() and gdk_screen_get_height_mm() and
the shortcut counterparts that call these functions on the default
screen.
Modern display servers don't provide an ability to query the size of a
screen or display so we shouldn't allow that either.
Diffstat (limited to 'gdk/broadway/gdkscreen-broadway.h')
-rw-r--r-- | gdk/broadway/gdkscreen-broadway.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/broadway/gdkscreen-broadway.h b/gdk/broadway/gdkscreen-broadway.h index 45dd36d63f..12c7f2f0e1 100644 --- a/gdk/broadway/gdkscreen-broadway.h +++ b/gdk/broadway/gdkscreen-broadway.h @@ -47,9 +47,6 @@ struct _GdkBroadwayScreen GdkDisplay *display; GdkWindow *root_window; - int width; - int height; - /* Visual Part */ GdkVisual **visuals; gint nvisuals; |