mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
Reindented a couple of lines
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13521 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
93778349b2
commit
4a11916b34
1 changed files with 3 additions and 3 deletions
|
@ -1105,7 +1105,7 @@ NSDebugLLog(@"Frame", @"X2O %d, %@, %@", win->number,
|
|||
|| (style & NSMiniaturizableWindowMask))
|
||||
{
|
||||
*t = generic.parent_offset.y;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else if ((generic.wm & XGWM_WINDOWMAKER) != 0)
|
||||
|
@ -1126,7 +1126,7 @@ NSDebugLLog(@"Frame", @"X2O %d, %@, %@", win->number,
|
|||
|| (style & NSMiniaturizableWindowMask))
|
||||
{
|
||||
*t = 22;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else if ((generic.wm & XGWM_EWMH) != 0)
|
||||
|
@ -1147,7 +1147,7 @@ NSDebugLLog(@"Frame", @"X2O %d, %@, %@", win->number,
|
|||
|| (style & NSMiniaturizableWindowMask))
|
||||
{
|
||||
*t = 20;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue