ae6e8f236b
time right now. Tree is still locked! Reasons for the update: - good work that can be used now - only builds on i386/amd64, and they're fast - multiple security problems in old chrome - old chrome half working, can't break it more than it was. This one requires resources (see MESSAGE), but it's ways more stable. Again, discussed with sthen@, jasper@, naddy@, miod@
21 lines
557 B
Plaintext
21 lines
557 B
Plaintext
$OpenBSD: patch-chrome_gpu_x_util_h,v 1.2 2011/02/08 09:43:02 espie Exp $
|
|
--- chrome/gpu/x_util.h.orig Fri Jan 21 10:20:26 2011
|
|
+++ chrome/gpu/x_util.h Sun Jan 23 23:27:33 2011
|
|
@@ -12,7 +12,7 @@
|
|
#include "build/build_config.h"
|
|
#include "chrome/gpu/gpu_config.h"
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(USE_X11)
|
|
|
|
// Forward declares ------------------------------------------------------------
|
|
//
|
|
@@ -42,6 +42,6 @@ class ScopedPtrXFree {
|
|
void operator()(void* x) const;
|
|
};
|
|
|
|
-#endif // OS_LINUX
|
|
+#endif // USE_X11
|
|
|
|
#endif // CHROME_GPU_X_UTIL_H_
|