summaryrefslogtreecommitdiffstats
path: root/remoting/host/capturer_linux.cc
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 02:00:09 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 02:00:09 +0000
commitcb62c57a3861e02dd8bd8e29cf86fdbcb1a7a777 (patch)
treeacf91dc9f10ab8ffb61b60032e6bfdef8e0daa1c /remoting/host/capturer_linux.cc
parentae54c71ba708ff9fa1f975a3f703e5c93c44768e (diff)
downloadchromium_src-cb62c57a3861e02dd8bd8e29cf86fdbcb1a7a777.zip
chromium_src-cb62c57a3861e02dd8bd8e29cf86fdbcb1a7a777.tar.gz
chromium_src-cb62c57a3861e02dd8bd8e29cf86fdbcb1a7a777.tar.bz2
Use the XTest extension to execute mouse and keyboard events.
Not all keyboard codes are current supported. The key events still don't register all the time on the remote end. I think it's an input focus problem. Will need further debugging. Also, when used with CapturerLinux, this double opens the X display. This needs to be factored out. BUG=none TEST=connects, and key presses transmit. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65413 Review URL: http://codereview.chromium.org/4058002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/capturer_linux.cc')
-rw-r--r--remoting/host/capturer_linux.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/capturer_linux.cc b/remoting/host/capturer_linux.cc
index 99013d0..1bfafba 100644
--- a/remoting/host/capturer_linux.cc
+++ b/remoting/host/capturer_linux.cc
@@ -65,6 +65,7 @@ class CapturerLinuxPimpl {
static const int kBytesPerPixel = 4;
// Reference to containing class so we can access friend functions.
+ // Not owned.
CapturerLinux* capturer_;
// X11 graphics context.