#ifdef HAVE_CONFIG_H # include #endif #undef FNAME #undef NAME #undef ICON /* metadata */ #define FNAME image_blend_border_start #define NAME "Image Blend Border" #define ICON "blend.png" #ifdef UI _ui_menu_item_add(ICON, NAME, FNAME); #endif #ifdef PROTO void FNAME(void); #endif #undef FNAME #undef NAME #undef ICON