Revision 8dc1d43...
Go back to digest for 10th February 2013Features in KDE Base
Martin Gräßlin committed changes in [kde-workspace] /:
Port Client's decoration resize extend input window to XCB
Using Xcb::Window to manage the xcb_window_t and simplify the code - no
longer need to check whether the input_window is valid before calling e.g.
map, as that's handled in Xcb::Window.
One XLib usage for setting cursor is still present. This will be ported
once all the QCursor::handle() get removed.
REVIEW: 108771
File Changes
Modified 4 files
- kwin/client.cpp
- kwin/client.h
- kwin/geometry.cpp
- kwin/xcbutils.h
4 files changed in total