[maemo-commits] [maemo-commits] r16014 - projects/haf/branches/hildon-thumbnail/daemonize/daemon
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Sep 4 19:25:00 EEST 2008
- Previous message: [maemo-commits] r16013 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Next message: [maemo-commits] r16015 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2008-09-04 19:24:59 +0300 (Thu, 04 Sep 2008) New Revision: 16014 Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/pixbuf-io-loader.c Log: Ifdef oeps Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/pixbuf-io-loader.c =================================================================== --- projects/haf/branches/hildon-thumbnail/daemonize/daemon/pixbuf-io-loader.c 2008-09-04 16:23:22 UTC (rev 16013) +++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/pixbuf-io-loader.c 2008-09-04 16:24:59 UTC (rev 16014) @@ -23,12 +23,12 @@ * Boston, MA 02111-1307, USA. */ -#ifndef gdk_pixbuf_new_from_stream_at_scale - #include <gio/gio.h> #include <gdk-pixbuf/gdk-pixbuf.h> +#ifndef gdk_pixbuf_new_from_stream_at_scale + #define LOAD_BUFFER_SIZE 65536 static GdkPixbuf *
- Previous message: [maemo-commits] r16013 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Next message: [maemo-commits] r16015 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]