Revision 188068e...

Go back to digest for 26th June 2011

Features in KDE Base

Martin Gräßlin committed changes in [kde-workspace/kwin-wayland] /:

In Wayland the window texture size does not include deco

In X11 the actual window is reparented into the decoration frame
causing the overal window pixmap to have the size of the window
plus the decoration.
This is not the case in Wayland where the decoration is completly
different surface. We need to keep this in mind when generating
the window quads and finally the texcoords from them.

Unfortunately this involves code removed in master.

File Changes

Modified 2 files
  •   kwin/scene.cpp
  •   kwin/scene_opengl.cpp
2 files changed in total