]> source.dussan.org Git - tigervnc.git/commitdiff
Forgot to fully implement the handler for the delayed pointer events.
authorPierre Ossman <ossman@cendio.se>
Wed, 9 Mar 2011 11:44:24 +0000 (11:44 +0000)
committerPierre Ossman <ossman@cendio.se>
Wed, 9 Mar 2011 11:44:24 +0000 (11:44 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4347 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/DesktopWindow.cxx

index 5daac0a2706a604837d9438d4656bd8c5a95fc58..d0cf014ce31287c839cfc09dc1945fde7a145716 100644 (file)
@@ -247,4 +247,5 @@ void DesktopWindow::handlePointerTimeout(void *data)
 
   assert(self);
 
+  self->cc->writer()->pointerEvent(self->lastPointerPos, self->lastButtonMask);
 }