babl r373 - trunk/babl
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: babl r373 - trunk/babl
- Date: Sat, 17 Jan 2009 14:05:23 +0000 (UTC)
Author: martinn
Date: Sat Jan 17 14:05:23 2009
New Revision: 373
URL: http://svn.gnome.org/viewvc/babl?rev=373&view=rev
Log:
Move forward declaration of BablList to the beginning...
Modified:
trunk/babl/babl.h
Modified: trunk/babl/babl.h
==============================================================================
--- trunk/babl/babl.h (original)
+++ trunk/babl/babl.h Sat Jan 17 14:05:23 2009
@@ -30,11 +30,11 @@
#error babl.h included after babl-internal.h
#endif
+typedef struct _BablList BablList;
+
#include "babl-macros.h"
#include "babl-main.h"
-typedef struct _BablList BablList;
-
/* magic number used at the start of all babl objects, used to do
* differentiation in polymorphic functions. (as well as manual
* type check assertions).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]