kwin/tests
Martin Gräßlin f238cbc3f5 Light-weight wrapper class for an xcb_window_t
The idea behind this class is to relieve the developer from having to
call xcb_destroy_window once it is no longer needed. That is having a
RAII approach to windows.

In addition the class provides some simple method wrappers for the most
common use cases inside KWin:
* map
* unmap
* setGeometry - basically a moveResizeWindow
* ...
2013-02-04 08:47:46 +01:00
..
CMakeLists.txt Light-weight wrapper class for an xcb_window_t 2013-02-04 08:47:46 +01:00
test_client_machine.cpp Light-weight wrapper class for an xcb_window_t 2013-02-04 08:47:46 +01:00
test_screen_paint_data.cpp
test_update_kwin_49.cpp
test_virtual_desktops.cpp
test_window_paint_data.cpp
test_xcb_window.cpp Light-weight wrapper class for an xcb_window_t 2013-02-04 08:47:46 +01:00
test_xcb_wrapper.cpp
testutils.h