projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62a7447
)
wayland: Remove unused field
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 Apr 2016 18:56:55 +0000
(14:56 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 3 Apr 2016 22:18:17 +0000
(18:18 -0400)
gdk/wayland/gdkscreen-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkscreen-wayland.c
b/gdk/wayland/gdkscreen-wayland.c
index f7569cb1f5d1cf506ea9343780948d516c8fed8d..0109ebf087ed5b3d389cfb536b247d8c53b9a7de 100644
(file)
--- a/
gdk/wayland/gdkscreen-wayland.c
+++ b/
gdk/wayland/gdkscreen-wayland.c
@@
-66,7
+66,6
@@
struct _GdkWaylandScreen
/* Xinerama/RandR 1.2 */
GPtrArray *monitors;
- gint primary_monitor;
GHashTable *settings;
GsdXftSettings xft_settings;
@@
-133,7
+132,6
@@
init_multihead (GdkScreen *screen)
GdkWaylandScreen *screen_wayland = GDK_WAYLAND_SCREEN (screen);
screen_wayland->monitors = g_ptr_array_new_with_free_func (free_monitor);
- screen_wayland->primary_monitor = 0;
}
static void
@@
-215,7
+213,7
@@
gdk_wayland_screen_get_n_monitors (GdkScreen *screen)
static gint
gdk_wayland_screen_get_primary_monitor (GdkScreen *screen)
{
- return
GDK_WAYLAND_SCREEN (screen)->primary_monitor
;
+ return
0
;
}
static gint