From 6eb0871f82d0ea9948d698e1978f86fe87a6a762 Mon Sep 17 00:00:00 2001 From: treke Date: Wed, 04 Sep 2002 18:14:36 +0000 Subject: More forgotten files --- (limited to 'noncore/comm/keypebble') diff --git a/noncore/comm/keypebble/krfbserver.h b/noncore/comm/keypebble/krfbserver.h new file mode 100644 index 0000000..f87eecc --- a/dev/null +++ b/noncore/comm/keypebble/krfbserver.h @@ -0,0 +1,34 @@ +// -*- c++ -*- + +#ifndef KRFBOPTIONS_H +#define KRFBOPTIONS_H + +class Config; + +class KRFBServer +{ +public: + KRFBServer(); + ~KRFBServer(); + + int encodings(); + + QString name; + QString hostname; + QString password; + int display; + + bool hexTile; + bool corre; + bool rre; + bool copyrect; + + bool colors256; + bool shared; + bool readOnly; + bool deIconify; + + int updateRate; +}; + +#endif // KRFBOPTIONS_H -- cgit v0.9.0.2