summaryrefslogtreecommitdiffstats
path: root/krfb/krfb/rfbcontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/krfb/rfbcontroller.h')
-rw-r--r--krfb/krfb/rfbcontroller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krfb/krfb/rfbcontroller.h b/krfb/krfb/rfbcontroller.h
index d0d8af36..2316b7af 100644
--- a/krfb/krfb/rfbcontroller.h
+++ b/krfb/krfb/rfbcontroller.h
@@ -77,7 +77,7 @@ public:
};
class PointerEvent : public VNCEvent {
- int button_tqmask, x, y;
+ int button_mask, x, y;
static bool initialized;
static Display *dpy;
@@ -138,7 +138,7 @@ public:
void connectionClosed();
bool handleCheckPassword(rfbClientPtr, const char *, int);
void handleKeyEvent(bool down, KeySym keySym);
- void handlePointerEvent(int button_tqmask, int x, int y);
+ void handlePointerEvent(int button_mask, int x, int y);
enum rfbNewClientAction handleNewClient(rfbClientPtr cl);
void clipboardToServer(const TQString &text);
void handleClientGone();