1
0
Fork 0
This commit is contained in:
rhp 2001-07-07 17:08:42 +00:00
parent fad52ff90c
commit 8ae357db8a
2 changed files with 2 additions and 2 deletions

View file

@ -580,7 +580,7 @@ meta_stack_sync_to_server (MetaStack *stack)
*/
stacked = g_array_new (FALSE, FALSE, sizeof (Window));
root_children_stacked = g_array_new (FALSE, FALSE, sizeof (Window));
i = META_LAYER_LAST;
i = META_LAYER_LAST;
do
{
--i;

View file

@ -1682,7 +1682,7 @@ meta_window_configure_request (MetaWindow *window,
window->size_hints.y,
window->size_hints.width,
window->size_hints.height);
news.gnome.org/994407481/index_html
return TRUE;
}