Author: aolk
Date: 2006-12-07 07:05:55 -0500 (Thu, 07 Dec 2006)
New Revision: 69177
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MimeIcon.cs
Log:
2006-12-07 Alexander Olk <[EMAIL PROTECTED]>
* MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
not libgdk (though it makes me wonder why I didn't have any
problems)
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2006-12-07 11:42:30 UTC (rev 69176)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
2006-12-07 12:05:55 UTC (rev 69177)
@@ -1,3 +1,9 @@
+2006-12-07 Alexander Olk <[EMAIL PROTECTED]>
+
+ * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
+ not libgdk (though it makes me wonder why I didn't have any
+ problems)
+
2006-12-07 Chris Toshok <[EMAIL PROTECTED]>
[ you had to know this was coming after that last commit...]
Modified: trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MimeIcon.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MimeIcon.cs
2006-12-07 11:42:30 UTC (rev 69176)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MimeIcon.cs
2006-12-07 12:05:55 UTC (rev 69177)
@@ -385,6 +385,7 @@
internal class GnomeUtil
{
const string libgdk = "libgdk-x11-2.0.so.0";
+ const string libgdk_pixbuf = "libgdk_pixbuf-2.0.so.0";
const string libgtk = "libgtk-x11-2.0.so.0";
const string libglib = "libglib-2.0.so.0";
const string libgobject = "libgobject-2.0.so.0";
@@ -394,7 +395,7 @@
[DllImport(librsvg)]
static extern IntPtr rsvg_pixbuf_from_file_at_size (string
file_name, int width, int height, out IntPtr error);
- [DllImport(libgdk)]
+ [DllImport(libgdk_pixbuf)]
static extern bool gdk_pixbuf_save_to_buffer (IntPtr pixbuf,
out IntPtr buffer, out UIntPtr buffer_size, string type, out IntPtr error,
IntPtr option_dummy);
[DllImport(libglib)]
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches