summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-08 20:24:50 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-08 20:24:50 +0000
commitd84b3653b42653caebc7a8bd48584659bf5d63c8 (patch)
tree03ebed3c2ea74c03eac762f01e9aa8f6e77bd63a /remoting/remoting.gyp
parent677b264168cf3285c4c20d839f2ac252577fe0e9 (diff)
downloadchromium_src-d84b3653b42653caebc7a8bd48584659bf5d63c8.zip
chromium_src-d84b3653b42653caebc7a8bd48584659bf5d63c8.tar.gz
chromium_src-d84b3653b42653caebc7a8bd48584659bf5d63c8.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. Review URL: http://codereview.chromium.org/4058002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65413 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index f2d962b..e5bda5c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -231,6 +231,7 @@
'libraries': [
'-lX11',
'-lXdamage',
+ '-lXtst',
],
},
}],