# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1320897272 0 # Node ID be2c042762092e1717934298b5a2644a4d180c8d # Parent e4ef8d86dfc45afc963e064b3d99144b1567bde9 Changed socklen_t typedef #ifdef to check for MSVC. diff -r e4ef8d86dfc4 -r be2c04276209 compat.h --- a/compat.h Thu Nov 10 03:46:01 2011 +0000 +++ b/compat.h Thu Nov 10 03:54:32 2011 +0000 @@ -321,7 +321,7 @@ #endif /* Visual Studio doesn't define this... so just in case */ -#ifndef socklen_t +#ifdef MSVC typedef int socklen_t; #endif diff -r e4ef8d86dfc4 -r be2c04276209 readme --- a/readme Thu Nov 10 03:46:01 2011 +0000 +++ b/readme Thu Nov 10 03:54:32 2011 +0000 @@ -52,6 +52,7 @@ Currently Mac, Win and GTK are supported. Added taskbar support on the Mac, GTK (Gnome) and OS/2 (e/XCenter+Systray). Added PNG/JPG/GIF/TIFF support on Windows via GDI+. +Added support for GdkPixbuf inline images in GTK 2 and 3. Added dw_draw_arc() function for drawing arcs, ellipses and circles. Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL flags which can be passed to dw_draw_arc(), dw_draw_rect() and dw_draw_polygon(). The fill parameter