summaryrefslogtreecommitdiffstats
path: root/krdc/kremoteview.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/kremoteview.h')
-rw-r--r--krdc/kremoteview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/krdc/kremoteview.h b/krdc/kremoteview.h
index d07b82a1..a3dbe438 100644
--- a/krdc/kremoteview.h
+++ b/krdc/kremoteview.h
@@ -124,6 +124,11 @@ public:
virtual bool viewOnly() = 0;
/**
+ * Checks whether the view is requesting full screen mode.
+ */
+ virtual bool startFullscreen() = 0;
+
+ /**
* Returns the resolution of the remote framebuffer.
* It should return a null @ref QSize when the size
* is not known.