Merge branch 'Plasma/5.14'
This commit is contained in:
commit
0e50a9d55c
4 changed files with 5 additions and 6 deletions
|
@ -10,9 +10,6 @@
|
|||
<height>600</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
|
|
|
@ -192,8 +192,10 @@ void ZoomEffect::recreateTexture()
|
|||
imageWidth = cursor.image().width();
|
||||
imageHeight = cursor.image().height();
|
||||
cursorHotSpot = cursor.hotSpot();
|
||||
if (effects->isOpenGLCompositing())
|
||||
if (effects->isOpenGLCompositing()) {
|
||||
texture.reset(new GLTexture(cursor.image()));
|
||||
texture->setWrapMode(GL_CLAMP_TO_EDGE);
|
||||
}
|
||||
#ifdef KWIN_HAVE_XRENDER_COMPOSITING
|
||||
if (effects->compositingType() == XRenderCompositing)
|
||||
xrenderPicture.reset(new XRenderPicture(cursor.image()));
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"Description[tr]": "QPainter üzerinden KWin Dizgici eklentisi oluşturma",
|
||||
"Description[uk]": "Додаток засобу композиції KWin для обробки з використанням QPainter",
|
||||
"Description[x-test]": "xxKWin Compositor plugin rendering through QPainterxx",
|
||||
"Description[zh_CN]": "使用 QPainter 渲染的 KWin 合成插件",
|
||||
"Description[zh_CN]": "使用 QPainter 渲染的 KWin 混成插件",
|
||||
"Description[zh_TW]": "透過 QPainter 繪製 KWin 合成器附加元件",
|
||||
"Id": "KWinSceneQPainter",
|
||||
"Name": "SceneQPainter",
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"Description[tr]": "XRender üzerinden KWin Dizgici eklentisi oluşturma",
|
||||
"Description[uk]": "Додаток засобу композиції KWin для обробки з використанням XRender",
|
||||
"Description[x-test]": "xxKWin Compositor plugin rendering through XRenderxx",
|
||||
"Description[zh_CN]": "使用 XRender 渲染的 KWin 合成插件",
|
||||
"Description[zh_CN]": "使用 XRender 渲染的 KWin 混成插件",
|
||||
"Description[zh_TW]": "透過 XRender 繪製 KWin 合成器附加元件",
|
||||
"Id": "KWinSceneXRender",
|
||||
"Name": "SceneXRender",
|
||||
|
|
Loading…
Reference in a new issue