summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/krfbserver.h
Unidiff
Diffstat (limited to 'noncore/comm/keypebble/krfbserver.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/comm/keypebble/krfbserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/comm/keypebble/krfbserver.h b/noncore/comm/keypebble/krfbserver.h
index f87eecc..e38e2d2 100644
--- a/noncore/comm/keypebble/krfbserver.h
+++ b/noncore/comm/keypebble/krfbserver.h
@@ -8,27 +8,28 @@ class Config;
8class KRFBServer 8class KRFBServer
9{ 9{
10public: 10public:
11 KRFBServer(); 11 KRFBServer();
12 ~KRFBServer(); 12 ~KRFBServer();
13 13
14 int encodings(); 14 int encodings();
15 15
16 QString name; 16 QString name;
17 QString hostname; 17 QString hostname;
18 QString password; 18 QString password;
19 int display; 19 int display;
20 20
21 bool hexTile; 21 bool hexTile;
22 bool corre; 22 bool corre;
23 bool rre; 23 bool rre;
24 bool copyrect; 24 bool copyrect;
25 25
26 bool colors256; 26 bool colors256;
27 bool shared; 27 bool shared;
28 bool readOnly; 28 bool readOnly;
29 bool deIconify; 29 bool deIconify;
30 30
31 int updateRate; 31 int updateRate;
32 int scaleFactor;
32}; 33};
33 34
34#endif // KRFBOPTIONS_H 35#endif // KRFBOPTIONS_H