summaryrefslogtreecommitdiffstats
path: root/x11vnc/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/screen.c')
-rw-r--r--x11vnc/screen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/screen.c b/x11vnc/screen.c
index e3c6a6f..c41774c 100644
--- a/x11vnc/screen.c
+++ b/x11vnc/screen.c
@@ -1341,6 +1341,8 @@ rfbBool vnc_reflect_resize(rfbClient *cl) {
free(cl->frameBuffer);
}
cl->frameBuffer= malloc(cl->width * cl->height * cl->format.bitsPerPixel/8);
+ rfbLog("vnc_reflect_resize: %dx%dx%d first=%d\n", cl->width, cl->height,
+ cl->format.bitsPerPixel, first);
if (!first) {
do_new_fb(1);
}