Olivier Fourdan
c9601f1567
gdk/wayland: Fix gdk_window_impl_wayland_finalize() warnings
...
On Wayland, opening and closing a `GdkDisplay` generates a coupe of
warnings at runtime:
```
GLib-GObject-WARNING **:
invalid cast from 'GdkWindowImplWayland' to 'GdkWindow'
GLib-GObject-WARNING **:
invalid cast from 'GdkWaylandWindow' to 'GdkWindowImplWayland'
```
This is from `gdk_window_impl_wayland_finalize()` which tries to cast
the given GObject to a `GdkWindow` while it's a `GdkWindowImplWayland`.
Use the correct type casting of objects to avoid the warnings.
2020-01-23 17:34:47 +01:00
..
2019-04-11 16:46:22 +02:00
2020-01-10 21:07:46 +00:00
2019-03-27 16:03:43 +00:00
2020-01-23 17:34:47 +01:00
2019-11-27 13:16:21 +00:00
2020-01-03 18:50:14 +02:00
2017-05-22 14:26:32 +01:00
2019-06-06 17:17:20 -07:00
2019-06-06 17:17:20 -07:00
2019-06-06 17:17:20 -07:00
2016-08-23 21:01:44 +02:00
2016-10-20 13:44:23 -04:00
2016-06-09 17:45:40 +01:00
2019-07-20 15:10:34 +08:00
2019-03-17 21:50:35 +01:00
2016-05-17 14:16:39 -04:00
2018-11-17 21:23:40 +13:00
2019-05-31 11:12:29 -07:00
2016-08-23 21:01:44 +02:00
2019-05-31 11:12:29 -07:00
2016-08-23 21:01:44 +02:00
2016-08-23 21:01:44 +02:00
2016-08-23 21:01:44 +02:00
2016-08-23 21:01:44 +02:00
2016-08-23 21:01:44 +02:00
2016-08-23 21:01:44 +02:00
2019-06-01 00:33:32 -07:00
2016-05-08 15:34:28 +02:00
2019-11-27 13:39:40 +00:00
2016-05-18 19:07:27 +02:00
2019-05-31 11:12:29 -07:00
2016-06-12 18:55:34 +01:00
2016-06-09 17:45:40 +01:00
2016-06-09 17:45:40 +01:00
2019-05-21 10:46:04 -05:00
2019-04-11 16:45:36 +02:00
2019-11-13 15:24:35 +00:00
2018-12-22 13:17:58 +01:00
2019-06-06 17:17:20 -07:00
2019-06-06 17:17:20 -07:00
2019-06-06 17:17:20 -07:00
2018-06-28 15:33:42 +08:00
2018-06-28 15:33:42 +08:00
2016-10-21 11:41:43 -04:00
2019-08-02 12:54:10 +02:00
2019-05-29 13:30:15 -07:00
2017-12-25 23:00:30 -05:00
2016-08-04 16:37:18 +00:00
2017-12-25 23:00:30 -05:00
2016-07-19 09:38:54 -04:00
2019-06-26 12:07:52 +03:00
2016-05-08 15:34:28 +02:00
2019-06-20 22:51:47 +01:00
2016-05-10 15:16:45 -04:00
2019-06-06 17:17:20 -07:00
2019-06-06 17:17:20 -07:00
2018-12-17 20:16:42 +00:00
2019-06-20 22:51:47 +01:00
2016-10-20 13:44:23 -04:00
2019-05-31 11:12:29 -07:00
2018-12-18 10:48:03 +10:00
2018-12-18 10:48:03 +10:00
2018-04-22 16:11:01 +01:00
2017-11-13 23:42:51 +01:00
2018-07-24 20:32:26 +02:00
2016-10-28 06:04:58 +02:00
2016-10-28 06:04:58 +02:00
2019-09-06 20:45:45 +02:00
2018-06-05 15:01:52 +02:00
2016-08-18 04:51:57 -04:00
2016-07-19 09:38:54 -04:00
2019-06-25 08:53:26 +02:00
2017-10-09 20:31:58 +02:00
2017-10-09 20:31:58 +02:00
2019-11-27 13:39:40 +00:00
2019-11-18 03:31:20 +01:00