mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
...
This commit is contained in:
parent
fad52ff90c
commit
8ae357db8a
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user