diff options
Diffstat (limited to 'src/bin/cxx/image_blend_border_recolor.cc')
-rw-r--r-- | src/bin/cxx/image_blend_border_recolor.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bin/cxx/image_blend_border_recolor.cc b/src/bin/cxx/image_blend_border_recolor.cc index 94b0d16..4841b65 100644 --- a/src/bin/cxx/image_blend_border_recolor.cc +++ b/src/bin/cxx/image_blend_border_recolor.cc | |||
@@ -70,3 +70,10 @@ static void _key(char *key) | |||
70 | { | 70 | { |
71 | KEY_STD; | 71 | KEY_STD; |
72 | } | 72 | } |
73 | |||
74 | extern "C" void FNAME(void) | ||
75 | { | ||
76 | ui_func_set(_key, _loop); | ||
77 | _setup(); | ||
78 | } | ||
79 | |||