mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kstart: format and indent
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2840289b5b
commit
5dea205ad7
1 changed files with 13 additions and 13 deletions
|
@ -245,8 +245,8 @@ static bool wstate_withdrawn(WId winid)
|
|||
}
|
||||
|
||||
|
||||
void KStart::applyStyle(WId w ) {
|
||||
|
||||
void KStart::applyStyle(WId w)
|
||||
{
|
||||
if (state || iconify || windowtype != NET::Unknown || desktop >= 1) {
|
||||
QX11Info info;
|
||||
XWithdrawWindow(QX11Info::display(), w, info.screen());
|
||||
|
|
Loading…
Add table
Reference in a new issue