~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to app/widgets/gimpviewrendererimagefile.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "gimpviewrenderer.h"
27
27
 
28
 
/* #define ENABLE_FILE_SYSTEM_ICONS 1 */
29
 
 
30
28
 
31
29
#define GIMP_TYPE_VIEW_RENDERER_IMAGEFILE            (gimp_view_renderer_imagefile_get_type ())
32
30
#define GIMP_VIEW_RENDERER_IMAGEFILE(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_VIEW_RENDERER_IMAGEFILE, GimpViewRendererImagefile))
41
39
struct _GimpViewRendererImagefile
42
40
{
43
41
  GimpViewRenderer parent_instance;
44
 
 
45
 
#ifdef ENABLE_FILE_SYSTEM_ICONS
46
 
  gpointer         file_system;
47
 
#endif
48
42
};
49
43
 
50
44
struct _GimpViewRendererImagefileClass