From 7b3f6876b4fdd97ff6108875d33a8f6d11c699c3 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 22 Mar 2021 11:23:49 +0000 Subject: [PATCH] Fixed syntax error --- common/rfb/VNCServerST.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/common/rfb/VNCServerST.cxx b/common/rfb/VNCServerST.cxx index 5cd317a..6c45ec3 100644 --- a/common/rfb/VNCServerST.cxx +++ b/common/rfb/VNCServerST.cxx @@ -830,6 +830,7 @@ void VNCServerST::translateDLPRegion(rdr::U16 &x1, rdr::U16 &y1, rdr::U16 &x2, r x2 = pb->getRect().width() - 1; //slog.info("DLP_Region vals %u,%u %u,%u", x1, y1, x2, y2); +} void VNCServerST::blackOut() {