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 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel