mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
appmenu: GlowBar::setInputMask() micro optimization
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
cfd7fc7c57
commit
7e43f823bc
1 changed files with 1 additions and 3 deletions
|
@ -90,9 +90,7 @@ void GlowBar::setInputMask()
|
|||
{
|
||||
// Create an empty input mask to achieve click-through effect
|
||||
// Thanks to MacSlow for this!
|
||||
Pixmap mask;
|
||||
|
||||
mask = XCreatePixmap(QX11Info::display(),
|
||||
Pixmap mask = XCreatePixmap(QX11Info::display(),
|
||||
winId(),
|
||||
1, /* width */
|
||||
1, /* height */
|
||||
|
|
Loading…
Add table
Reference in a new issue