----------------------------------------------------------------------
Modified Files:
ChangeLog app/Makefile.am app/brush_select.c
app/gimpbrushlist.c app/gimpbrushlist.h app/gimpsetF.h
added sorting on the brush_list, fixed some encapulation issues.
app/paint_funcs.c
minor speed tweak to border_region
Added Files:
app/gimpbrushlistF.h app/gimpbrushlistP.h app/gimplist.c
app/gimplist.h app/gimplistF.h app/gimplistP.h
Split gimpbrushlist.h into 3 files. New class "GimpList"
----------------------------------------------------------------------
7 lines
114 B
C
7 lines
114 B
C
#ifndef __GIMPLISTF_H__
|
|
#define __GIMPLISTF_H__
|
|
|
|
typedef struct _GimpList GimpList;
|
|
|
|
#endif /* __GIMPLISTF_H__ */
|