~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to gdk-pixbuf/io-xpm.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-06-13 10:00:13 UTC
  • mto: (72.2.1 lenny) (1.5.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20070613100013-qstao3cwpm6xdlxc
Tags: upstream-2.11.2
ImportĀ upstreamĀ versionĀ 2.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
781
781
       return TRUE;
782
782
}
783
783
 
 
784
#ifndef INCLUDE_xpm
 
785
#define MODULE_ENTRY(type,function) function
 
786
#else
 
787
#define MODULE_ENTRY(type,function) _gdk_pixbuf__ ## type ## _ ## function
 
788
#endif
 
789
 
784
790
void
785
791
MODULE_ENTRY (xpm, fill_vtable) (GdkPixbufModule *module)
786
792
{