gimp/app/gimpdrawableF.h
Lauri Alanko ef3e162eae start collecting some core stuff to libgimpim.a
Started separating crud out of drawables.

	Isolated the id system of images entirely within pdb. Even the
	window titles and menus use pointers instead of ids. Should at
	least remind people that this is a developers' version. :)
1998-06-30 15:31:32 +00:00

7 lines
108 B
C

#ifndef __GIMPDRAWABLEF_H__
#define __GIMPDRAWABLEF_H__
typedef struct _GimpDrawable GimpDrawable;
#endif