diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-01-30 21:01:24 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-01-30 21:33:37 +0100 |
commit | a46f9af1c0f321cbaafc0383bf50e4f6a1d47c94 (patch) | |
tree | a9b1f430e9e7c5f5f6c41dc827b2bf14b48f3555 /gdk/gdkmonitor.h | |
parent | 99c89d61e18d63f1141b8dfb423c3971f4b66c9a (diff) | |
download | gtk+-a46f9af1c0f321cbaafc0383bf50e4f6a1d47c94.tar.gz |
Remove primary monitor api
We only have implementations of this on X11 and Win32,
so make it available as backend api there.
Update all callers to use either the backend api, or
just monitor 0.
Diffstat (limited to 'gdk/gdkmonitor.h')
-rw-r--r-- | gdk/gdkmonitor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkmonitor.h b/gdk/gdkmonitor.h index 832f7010e9..58592a5c32 100644 --- a/gdk/gdkmonitor.h +++ b/gdk/gdkmonitor.h @@ -88,8 +88,6 @@ int gdk_monitor_get_refresh_rate (GdkMonitor *monitor); GDK_AVAILABLE_IN_ALL GdkSubpixelLayout gdk_monitor_get_subpixel_layout (GdkMonitor *monitor); GDK_AVAILABLE_IN_ALL -gboolean gdk_monitor_is_primary (GdkMonitor *monitor); -GDK_AVAILABLE_IN_ALL gboolean gdk_monitor_is_valid (GdkMonitor *monitor); G_END_DECLS |