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

13 lines
568 B
Plaintext

$OpenBSD: patch-chrome_common_chrome_switches_cc,v 1.5 2011/06/08 20:36:56 robert Exp $
--- chrome/common/chrome_switches.cc.orig Mon Jun 6 11:12:12 2011
+++ chrome/common/chrome_switches.cc Wed Jun 8 09:58:36 2011
@@ -1045,7 +1045,7 @@ const char kForceStubLibcros[] = "force-s
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