[Spice-devel] [PATCH win-vdagent v3 0/2] Adding multiple monitors and arbitrary resolution for Windows 10
Sameeh Jubran
sameeh at daynix.com
Thu Aug 4 11:14:11 UTC 2016
Diffrences from previous patch:
* Replaced LoadLibrary/FreeLibrary with GetModuleHandle.
* Replaced malloc/free with new(std::nothrow)/delete
Sameeh Jubran (2):
Introducing Windows CCD API
Implementing multiple monitors and arbitrary resolution
Makefile.am | 2 +
vdagent/desktop_layout.cpp | 148 ++----
vdagent/desktop_layout.h | 9 +-
vdagent/display_configuration.cpp | 1042 +++++++++++++++++++++++++++++++++++++
vdagent/display_configuration.h | 177 +++++++
5 files changed, 1256 insertions(+), 122 deletions(-)
create mode 100755 vdagent/display_configuration.cpp
create mode 100755 vdagent/display_configuration.h
--
2.5.5
More information about the Spice-devel
mailing list