Ver código fonte

[Bugfix] When terminating x0vncserver by pressing Ctrl+C in a remote viewer, x0vncserver used to leave the Ctrl modifier "pressed". Now it should be "released" properly.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2758 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v0.0.90
Constantin Kaplinsky 16 anos atrás
pai
commit
0c4306c8c6
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      unix/x0vncserver/x0vncserver.cxx

+ 2
- 0
unix/x0vncserver/x0vncserver.cxx Ver arquivo

@@ -551,6 +551,8 @@ int main(int argc, char** argv)
return 1;
}

TXWindow::handleXEvents(dpy);

vlog.info("Terminated");
return 0;
}

Carregando…
Cancelar
Salvar