Merge branch 'Plasma/5.18' into Plasma/5.19
This commit is contained in:
commit
cff2070ab2
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ bool EglTexture::loadTexture(WindowPixmap *pixmap)
|
|||
return true;
|
||||
}
|
||||
// did not succeed, try on X11
|
||||
return loadTexture(pixmap->pixmap(), pixmap->toplevel()->size());
|
||||
return loadTexture(pixmap->pixmap(), pixmap->toplevel()->bufferGeometry().size());
|
||||
}
|
||||
|
||||
bool EglTexture::loadTexture(xcb_pixmap_t pix, const QSize &size)
|
||||
|
|
Loading…
Reference in a new issue