aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mozilla/fennec
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-07-09 16:08:36 +0200
committerKoen Kooi <koen@openembedded.org>2010-07-10 09:17:25 +0200
commit355d03d5b192555e9445e5265b22331fe4d07f52 (patch)
tree6468a2289b59b8c7da724d40415d38c2174cb62e /recipes/mozilla/fennec
parenteefd00949a6d4fd1baafb8ac19738866d093a568 (diff)
downloadopenembedded-355d03d5b192555e9445e5265b22331fe4d07f52.tar.gz
fennec: update to fennec2
Diffstat (limited to 'recipes/mozilla/fennec')
-rw-r--r--recipes/mozilla/fennec/use-native-bpp.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/mozilla/fennec/use-native-bpp.patch b/recipes/mozilla/fennec/use-native-bpp.patch
index 1ecb9f3922..e693f639b9 100644
--- a/recipes/mozilla/fennec/use-native-bpp.patch
+++ b/recipes/mozilla/fennec/use-native-bpp.patch
@@ -1,5 +1,5 @@
---- a/gfx/thebes/src/gfxPlatformGtk.cpp 2010-04-19 18:02:04.000000000 +0000
-+++ b/gfx/thebes/src/gfxPlatformGtk.cpp 2010-04-25 11:36:49.000000000 +0000
+--- a/gfx/thebes/gfxPlatformGtk.cpp 2010-04-19 18:02:04.000000000 +0000
++++ b/gfx/thebes/gfxPlatformGtk.cpp 2010-04-25 11:36:49.000000000 +0000
@@ -91,7 +91,12 @@
#include FT_FREETYPE_H
#endif
@@ -45,5 +45,5 @@
+ }
+ if (!xrenderFormat) xrenderFormat = XRenderFindStandardFormat(display, xrenderFormatID);
- if (xrenderFormat && sizeOk) {
+ if (xrenderFormat) {
pixmap = gdk_pixmap_new(nsnull, size.width, size.height,