openbsd-ports/www/chromium/patches/patch-chrome_common_chrome_switches_cc

13 lines
568 B
Plaintext
Raw Normal View History

$OpenBSD: patch-chrome_common_chrome_switches_cc,v 1.4 2011/04/29 13:18:01 robert Exp $
--- chrome/common/chrome_switches.cc.orig Tue Apr 26 10:01:59 2011
+++ chrome/common/chrome_switches.cc Thu Apr 28 11:17:49 2011
@@ -1174,7 +1174,7 @@ const char kEnableMediaPlayer[] = "enable-
const char kEnableAdvancedFileSystem[] = "enable-advanced-fs";
#endif
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
// Specify the amount the trackpad should scroll by.
const char kScrollPixels[] = "scroll-pixels";
#endif