All the patches from v3 were merged except for the CursorUpdater patch, resending for clarity and I've added one more patch simplifying the CursorUpdater code. Changes since v3: - Merged acked patches. - Added a patch removing the lambda for filling in the cursor pixels. Lukáš Hrázký (2): Move out the cursor-updating code into it's own class CursorUpdater: pass the cursor pointer directly to send_cursor src/Makefile.am | 2 + src/cursor-updater.cpp | 106 ++++++++++++++++++++++++++++++++++ src/cursor-updater.hpp | 34 +++++++++++ src/spice-streaming-agent.cpp | 84 +-------------------------- 4 files changed, 145 insertions(+), 81 deletions(-) create mode 100644 src/cursor-updater.cpp create mode 100644 src/cursor-updater.hpp -- 2.17.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel