summaryrefslogtreecommitdiff
path: root/src/stack.c
diff options
context:
space:
mode:
authorrhp <rhp>2001-07-07 17:08:42 +0000
committerrhp <rhp>2001-07-07 17:08:42 +0000
commit8ae357db8af001cd031b069280e287aedc257115 (patch)
tree5a93fcebc5be2512046883956f8dfc2a2cf7f14c /src/stack.c
parentfad52ff90c1014607a1b512eebf231425674f36b (diff)
downloadmetacity-8ae357db8af001cd031b069280e287aedc257115.tar.gz
...
Diffstat (limited to 'src/stack.c')
-rw-r--r--src/stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stack.c b/src/stack.c
index f1c6c8bc..b7de8770 100644
--- a/src/stack.c
+++ b/src/stack.c
@@ -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;