]> Pileus Git - grits/blobdiff - src/objects/grits-poly.h
Fix memory leaks in tile loading
[grits] / src / objects / grits-poly.h
index 608baf3df5da464e3bcad14cd621b3dbaef5b423..449286981e2715c2ec3a531133dc80968a00e6c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2010-2011 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@ struct _GritsPoly {
        gdouble      color[4];
        gdouble      border[4];
        gdouble      width;
-       guint        list;
+       guint        list[2];
 };
 
 struct _GritsPolyClass {