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)); stacked = g_array_new (FALSE, FALSE, sizeof (Window));
root_children_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 do
{ {
--i; --i;

View File

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