[Spice-devel] [PATCH spice-streaming-agent v4 0/2] More refactor and separation
Lukáš Hrázký
lhrazky at redhat.com
Wed Jul 4 12:11:49 UTC 2018
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
More information about the Spice-devel
mailing list