commit | 868607710204d8a249290531a2efde1ef4362a0e | [log] [tgz] |
---|---|---|
author | Zijie He <zijiehe@google.com> | Wed Nov 01 00:55:56 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 01 18:17:07 2017 |
tree | 562ac91abb031780807de1299c8f28d4e1227c83 | |
parent | 884ead083b938e3b5c6f85b3192aaaaaf01ea643 [diff] |
[Window Capturer] Inaccurate cursor position on cinnamon When cinnamon is used, it always wraps the application window with its own window. Instead of (0, 0), the DesktopRect from XWindowAttributes starts from (10, 36). So this change considers this difference when translating the DesktopRect in GetWindowRect() function. Bug: chromium:778035 Change-Id: I4944b2d1e13a4c379e114fd1749d74e95a63003b Reviewed-on: https://webrtc-review.googlesource.com/17660 Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Zijie He <zijiehe@chromium.org> Cr-Commit-Position: refs/heads/master@{#20538}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.