You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Gräßlin 8b2a5f9936 Support for cursor change tracking in KWin::Cursor
KWin::Cursor can track changes to the cursor image. It supports a
start/stop tracking to not handle these events if nobody is interested in
them. When enabled and the cursor image changes a signal is emitted with
the serial number of the new cursor image.

To track cursor image changes xcb_xfixes_select_cursor_input is used (see
XFixes Version 5.0 protocol, section 7).

This could be useful for the zoom effect when it replaces the cursor.

REVIEW: 110519
11 years ago
..
CMakeLists.txt Support for cursor change tracking in KWin::Cursor 11 years ago
test_client_machine.cpp
test_screen_paint_data.cpp
test_update_kwin_49.cpp
test_virtual_desktops.cpp
test_window_paint_data.cpp
test_xcb_window.cpp
test_xcb_wrapper.cpp
testutils.h