Fix naming
This commit is contained in:
parent
999b01ec27
commit
a5185f924d
2 changed files with 3 additions and 3 deletions
|
@ -224,12 +224,12 @@ void ShellClient::addDamage(const QRegion &damage)
|
|||
}
|
||||
setGeometry(QRect(position, m_clientSize));
|
||||
}
|
||||
markAsUnmapped();
|
||||
markAsMapped();
|
||||
setDepth(m_shellSurface->surface()->buffer()->hasAlphaChannel() ? 32 : 24);
|
||||
Toplevel::addDamage(damage);
|
||||
}
|
||||
|
||||
void ShellClient::markAsUnmapped()
|
||||
void ShellClient::markAsMapped()
|
||||
{
|
||||
if (!m_unmapped) {
|
||||
return;
|
||||
|
|
|
@ -126,7 +126,7 @@ private:
|
|||
void findInternalWindow();
|
||||
void updateInternalWindowGeometry();
|
||||
void updateIcon();
|
||||
void markAsUnmapped();
|
||||
void markAsMapped();
|
||||
static void deleteClient(ShellClient *c);
|
||||
|
||||
KWayland::Server::ShellSurfaceInterface *m_shellSurface;
|
||||
|
|
Loading…
Reference in a new issue