]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtknumerableicon.c
settings: add a gtk-recent-files-enabled GtkSetting
[~andy/gtk] / gtk / gtknumerableicon.c
index adb1cc6b3cf5bd87af029bee092c56b1779bcfa5..a1131f576e1649cfd5e2fd05510771e6a3de5763 100644 (file)
@@ -14,9 +14,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with the Gnome Library; see the file COPYING.LIB.  If not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  *
  * Authors: Cosimo Cecchi <cosimoc@redhat.com>
  */
 #include <config.h>
 
 #include "gtknumerableicon.h"
+#include "gtknumerableiconprivate.h"
 
 #include "gtkicontheme.h"
 #include "gtkintl.h"
 #include "gtkwidget.h"
+#include "gtkwidgetpath.h"
 #include "gtkwindow.h"
 
 #include <gdk/gdk.h>
 
 struct _GtkNumerableIconPrivate {
   gint count;
+  gint icon_size;
+
   gchar *label;
 
   GIcon *background_icon;
   gchar *background_icon_name;
-  gint icon_size;
 
   GdkRGBA *background;
   GdkRGBA *foreground;