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

« back to all changes in this revision

Viewing changes to plug-ins/imagemap/imap_object.c

  • 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:
32
32
#include "imap_object.h"
33
33
#include "imap_string.h"
34
34
 
35
 
static Object_t* object_factory_create_object (ObjectFactory_t *factory,
36
 
                                                gint x, gint y);
37
 
 
38
 
 
39
35
typedef struct {
40
36
   ObjectListCallbackFunc_t func;
41
37
   gpointer data;
420
416
   default_dialog_show(dialog);
421
417
}
422
418
 
423
 
Object_t*
 
419
static Object_t*
424
420
object_factory_create_object(ObjectFactory_t *factory, gint x, gint y)
425
421
{
426
422
   return factory->obj = factory->create_object(x, y);