Mention gdk_window_restack

It is probably worth mentioning this function by name, since we've
added it explicitly to easy porting...
This commit is contained in:
Matthias Clasen 2009-09-10 13:52:29 -04:00
parent d409cf2bf3
commit d497e8ed74

View File

@ -30,6 +30,8 @@
example that we've seen is changing the child window stacking order
using XRestackWindows(). Fixing this properly requires to fix the code
to use GDK functions to achieve whatever it is trying to achieve.
To make this easier in the case of stacking order changes, we've added
a gdk_window_restack() function.
</para>
<para>