Files
gimp/app/widgets
Niels De Graef 5a1dd584e9 app: Partially correct gimp_window_get_native_id()
Most important of all, we shouldn't assume that if a given GDK backend
is enabled at compile time, that this is also the one that is being
used. For example, on Linux, both `GDK_WINDOWING_X11` and
`GDK_WINDOWING_WAYLAND` can be set, but you still need to do a runtime
check if you're running under one WM or the the other.

A small cleanup is that we immediately check if a widget is realized by
checking if it's `GdkWindow` is NULL or not and return immediately
(since we need to check its type later on anyway).

Finally, we can remove `GDK_NATIVE_WINDOW_POINTER` as that is a GTK+ 2.0
construct, so it's dead code anyway.
2020-12-30 12:23:22 +01:00
..
2020-06-01 19:29:24 +03:00
2020-11-05 19:42:14 +00:00
2020-05-14 17:01:13 +02:00
2020-04-01 21:20:01 +00:00
2018-09-16 18:49:18 -04:00
2020-04-01 21:20:01 +00:00
2019-09-21 17:10:46 +00:00
2020-01-30 02:52:43 +02:00
2020-04-01 21:20:01 +00:00
2020-06-01 19:29:24 +03:00