Revision 1dd1633...

Go back to digest for 11th November 2012

Optimization in KDE Base

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

Optimize away XMoveWindow() calls in the common click-and-drag case

This implements an optimization similar to one in compiz which defers updating
the backing X window during a window move until the move is terminated. This
helps alleviate some choppiness when using composite + vsync.

REVIEW: 107256

File Changes

Modified 3 files
  •   kwin/client.cpp
  •   kwin/client.h
  •   kwin/geometry.cpp
3 files changed in total