dia r3967 - in trunk: . lib
- From: hans svn gnome org
- To: svn-commits-list gnome org
- Subject: dia r3967 - in trunk: . lib
- Date: Sun, 27 Apr 2008 17:06:09 +0100 (BST)
Author: hans
Date: Sun Apr 27 16:06:09 2008
New Revision: 3967
URL: http://svn.gnome.org/viewvc/dia?rev=3967&view=rev
Log:
2008-04-27 Hans Breuer <hans breuer org>
* lib/dia_image.h : include gdkbixfuf.h rather than forward declaring
typedef struct _GdkPixbuf GdkPixbuf; gcc does not like the latter
Modified:
trunk/ChangeLog
trunk/lib/dia_image.h
Modified: trunk/lib/dia_image.h
==============================================================================
--- trunk/lib/dia_image.h (original)
+++ trunk/lib/dia_image.h Sun Apr 27 16:06:09 2008
@@ -20,10 +20,10 @@
#include "diatypes.h"
#include <gdk/gdktypes.h>
+#include <gdk-pixbuf/gdk-pixbuf.h>
#include "geometry.h"
-typedef struct _GdkPixbuf GdkPixbuf;
void dia_image_init(void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]