From d497e8ed74991f3c7fe320d964db14514f6be233 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 10 Sep 2009 13:52:29 -0400 Subject: Mention gdk_window_restack It is probably worth mentioning this function by name, since we've added it explicitly to easy porting... --- docs/reference/gtk/migrating-ClientSideWindows.sgml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/reference/gtk/migrating-ClientSideWindows.sgml b/docs/reference/gtk/migrating-ClientSideWindows.sgml index 3860ee526f..b1721b2929 100644 --- a/docs/reference/gtk/migrating-ClientSideWindows.sgml +++ b/docs/reference/gtk/migrating-ClientSideWindows.sgml @@ -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. -- cgit v1.2.1