openbsd-ports/www/iridium/patches/patch-ui_views_views_delegate_h
2016-03-23 20:13:06 +00:00

13 lines
597 B
Plaintext

$OpenBSD: patch-ui_views_views_delegate_h,v 1.7 2016/03/23 20:13:07 robert Exp $
--- ui/views/views_delegate.h.orig.port Wed Feb 24 00:02:06 2016
+++ ui/views/views_delegate.h Thu Mar 3 09:43:26 2016
@@ -141,7 +141,7 @@ class VIEWS_EXPORT ViewsDelegate {
// Returns true if the window passed in is in the Windows 8 metro
// environment.
virtual bool IsWindowInMetro(gfx::NativeWindow window) const;
-#elif defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#elif (defined(OS_BSD) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
virtual gfx::ImageSkia* GetDefaultWindowIcon() const;
#endif