From e2186a49cb5cbdf01b56f57818a15a760ff25b2e Mon Sep 17 00:00:00 2001 From: treke Date: Thu, 05 Sep 2002 04:42:25 +0000 Subject: Added support for client side scaling of the screen. Slow, but sometimes usable. --- (limited to 'noncore/comm/keypebble/krfbdecoder.h') diff --git a/noncore/comm/keypebble/krfbdecoder.h b/noncore/comm/keypebble/krfbdecoder.h index 4ba0185..db6271d 100644 --- a/noncore/comm/keypebble/krfbdecoder.h +++ b/noncore/comm/keypebble/krfbdecoder.h @@ -98,6 +98,9 @@ signals: void error( const QString & ); void status( const QString & ); +protected: + /** The connection to the server. */ + KRFBConnection *con; private: State currentState; @@ -118,8 +121,6 @@ private: /** Where we draw the data (and the source of our events). */ KRFBBuffer *buf; - /** The connection to the server. */ - KRFBConnection *con; /** Info about the RFB server. */ KRFBServerInfo *info; -- cgit v0.9.0.2