diff options
Diffstat (limited to 'krdc/rdp/krdpview.h')
-rw-r--r-- | krdc/rdp/krdpview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krdc/rdp/krdpview.h b/krdc/rdp/krdpview.h index a54c2d96..ed3f279a 100644 --- a/krdc/rdp/krdpview.h +++ b/krdc/rdp/krdpview.h @@ -69,6 +69,7 @@ class KRdpView : public KRemoteView virtual QSize framebufferSize(); // returns the size of the remote view QSize sizeHint(); // returns the suggested size virtual bool viewOnly(); + virtual bool startFullscreen(); // functions regarding the connection virtual void startQuitting(); // start closing the connection |