diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-05 19:31:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-05 19:31:47 +0800 |
commit | 910ed5f4ecfca362ba908a3f74a888b6e78022ff (patch) | |
tree | 22620cf937e63129c95566c62e890764d59ff1e3 /www/webkit-gtk3/files/patch-cairo | |
parent | f3d3f4417430d4ee8b0345c79ea7459bc2af3255 (diff) | |
download | marcuscom-ports-910ed5f4ecfca362ba908a3f74a888b6e78022ff.tar marcuscom-ports-910ed5f4ecfca362ba908a3f74a888b6e78022ff.tar.gz marcuscom-ports-910ed5f4ecfca362ba908a3f74a888b6e78022ff.tar.bz2 marcuscom-ports-910ed5f4ecfca362ba908a3f74a888b6e78022ff.tar.lz marcuscom-ports-910ed5f4ecfca362ba908a3f74a888b6e78022ff.tar.xz marcuscom-ports-910ed5f4ecfca362ba908a3f74a888b6e78022ff.tar.zst marcuscom-ports-910ed5f4ecfca362ba908a3f74a888b6e78022ff.zip |
Update to 1.3.2.
Gtk2 version and a Gtk3 version. Only thing I changed is a local patch
to the locale files so they are parrallel installable. So if you notice
problems with translation, let me know.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14294 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk3/files/patch-cairo')
-rw-r--r-- | www/webkit-gtk3/files/patch-cairo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/webkit-gtk3/files/patch-cairo b/www/webkit-gtk3/files/patch-cairo new file mode 100644 index 000000000..2c4293af5 --- /dev/null +++ b/www/webkit-gtk3/files/patch-cairo @@ -0,0 +1,11 @@ +--- WebCore/platform/graphics/BitmapImage.cpp.orig 2009-03-04 03:34:16.000000000 +0800 ++++ WebCore/platform/graphics/BitmapImage.cpp 2009-05-19 15:09:51.000000000 +0800 +@@ -202,7 +202,7 @@ bool BitmapImage::isSizeAvailable() + NativeImagePtr BitmapImage::frameAtIndex(size_t index) + { + if (index >= frameCount()) +- return 0; ++ return NULL; + + if (index >= m_frames.size() || !m_frames[index].m_frame) + cacheFrame(index); |