diff options
author | Adam Tkac <atkac@redhat.com> | 2010-04-14 09:22:54 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-04-14 09:22:54 +0000 |
commit | 470c38ceba51fe12ed1b720aa5353943d3c3a54e (patch) | |
tree | c0affe6a534ce49c105c08c868ad430b009153ae /unix/xserver/hw/vnc/XserverDesktop.h | |
parent | 917fccae3682bbf1c8a93c4f43ac1bd0bb81231b (diff) | |
download | tigervnc-470c38ceba51fe12ed1b720aa5353943d3c3a54e.tar.gz tigervnc-470c38ceba51fe12ed1b720aa5353943d3c3a54e.zip |
[Development] Merge KeyboardDevice and PointerDevice classes to new class called
InputDevice. It is more accordant to scheme how are input devices handled in
the main X.Org sources.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4024 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver/hw/vnc/XserverDesktop.h')
-rw-r--r-- | unix/xserver/hw/vnc/XserverDesktop.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/xserver/hw/vnc/XserverDesktop.h b/unix/xserver/hw/vnc/XserverDesktop.h index 6e4f609c..1c037053 100644 --- a/unix/xserver/hw/vnc/XserverDesktop.h +++ b/unix/xserver/hw/vnc/XserverDesktop.h @@ -122,8 +122,7 @@ private: pointer arg); void deferUpdate(); ScreenPtr pScreen; - PointerDevice *pointerDevice; - KeyboardDevice *keyboardDevice; + InputDevice *inputDevice; OsTimerPtr deferredUpdateTimer, dummyTimer; rfb::VNCServerST* server; rfb::HTTPServer* httpServer; |