mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Describe how gdk_x11_drawable_get_xid() works wrt CSW in docs
This commit is contained in:
parent
3959ae91d1
commit
36809d400f
@ -13,6 +13,9 @@
|
||||
longer correct to assume that each window has an associated XID.
|
||||
Code that makes this assumption can sometimes be fixed by calling
|
||||
gdk_window_ensure_native() on the windows in question.
|
||||
Calling gdk_x11_drawable_get_xid() from the X11-specific API on a
|
||||
non-native window will explicitly call gdk_window_ensure_native(),
|
||||
so old code using this will continue to work.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user