diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-05-05 02:33:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-05-05 02:33:02 +0000 |
commit | 141067b7bac59bb4c3a8a46ecc6f5f91ac4947c4 (patch) | |
tree | 5ca1f40ec6eea5351b483530bd72b81c60e9d205 /www/seamonkey | |
parent | eb30b885abc796b85765674302dd17f2be685f5b (diff) | |
download | ports-141067b7bac59bb4c3a8a46ecc6f5f91ac4947c4.tar.gz ports-141067b7bac59bb4c3a8a46ecc6f5f91ac4947c4.zip |
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/files/patch-bug1041268 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/www/seamonkey/files/patch-bug1041268 b/www/seamonkey/files/patch-bug1041268 deleted file mode 100644 index 39ddbbdb490f..000000000000 --- a/www/seamonkey/files/patch-bug1041268 +++ /dev/null @@ -1,26 +0,0 @@ -diff --git media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc -index 97f69d3..77a50b3 100644 ---- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc -+++ mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.cc -@@ -18,7 +18,7 @@ ScreenCapturer* ScreenCapturer::Create() { - return Create(DesktopCaptureOptions::CreateDefault()); - } - --#if defined(WEBRTC_LINUX) -+#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) - ScreenCapturer* ScreenCapturer::CreateWithXDamage( - bool use_update_notifications) { - DesktopCaptureOptions options; -diff --git media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h -index a8d40a7..177a6c1 100644 ---- mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h -+++ mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer.h -@@ -74,7 +74,7 @@ class ScreenCapturer : public DesktopCapturer { - static ScreenCapturer* Create(const DesktopCaptureOptions& options); - static ScreenCapturer* Create(); - --#if defined(WEBRTC_LINUX) -+#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD) - // Creates platform-specific capturer and instructs it whether it should use - // X DAMAGE support. - static ScreenCapturer* CreateWithXDamage(bool use_x_damage); |