summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
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/remoting.gyp
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/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 b6dc584..84fedf8 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -231,6 +231,7 @@
'libraries': [
'-lX11',
'-lXdamage',
+ '-lXtst',
],
},
}],