plug-ins: port file-xwd to GimpPlugIn and libgimp objects

This commit is contained in:
Michael Natterer 2019-08-24 16:46:40 +02:00
parent d7fb408267
commit 44ebcee901
3 changed files with 383 additions and 369 deletions

View File

@ -1209,8 +1209,6 @@ file_xpm_LDADD = \
$(INTLLIBS) \
$(file_xpm_RC)
file_xwd_CPPFLAGS = $(AM_CPPFLAGS) -DGIMP_DEPRECATED_REPLACE_NEW_API
file_xwd_SOURCES = \
file-xwd.c

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,7 @@
'file-xbm' => { ui => 1, gegl => 1 },
'file-xmc' => { ui => 1, gegl => 1, optional => 1, libs => 'XMC_LIBS' },
'file-xpm' => { ui => 1, gegl => 1, optional => 1, libs => 'XPM_LIBS', old_api => 1 },
'file-xwd' => { ui => 1, gegl => 1, old_api => 1 },
'file-xwd' => { ui => 1, gegl => 1 },
'film' => { ui => 1, gegl => 1 },
'gradient-map' => { gegl => 1, old_api => 1 },
'grid' => { ui => 1, gegl => 1 },