From de708185c77aa451682fa96fbca4dcc6c8091c44 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 8 Feb 2016 16:48:29 +0100 Subject: [*] Use thumbnail on vnc viewer window until connection is up --- src/server/net/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/net/client.h') diff --git a/src/server/net/client.h b/src/server/net/client.h index 5e1b8b4..d2097ad 100644 --- a/src/server/net/client.h +++ b/src/server/net/client.h @@ -71,6 +71,7 @@ private: int _projectionSource; // The source the client was or is connected to (depends on _isActiveVncClient) bool _isActiveVncClient; // VNCclient state. indicating that the client is displaying a remote screen via VNC bool _isTutor; // Flag indicating that the client has been set as a tutor + QByteArray _rawRemoteScreen; static int _clientIdCounter; @@ -85,7 +86,7 @@ protected: signals: void authenticating(Client* client, ClientLogin* request); void authenticated(Client* client); - void thumbUpdated(Client* client, const QPixmap& thumb); + void thumbUpdated(Client* client, const QPixmap& thumb, const QByteArray& rawImage); void vncServerStateChange(Client* client); void vncClientStateChange(Client* client); void stateChanged(); -- cgit v1.2.3-55-g7522