diff options
author | Savio Sena <savio.sena@acm.org> | 2014-08-27 05:48:40 -0300 |
---|---|---|
committer | Savio Sena <savio@expertisesolutions.com.br> | 2014-09-16 19:35:19 -0300 |
commit | a6d52a18769fed65c272a81776d8449c0a164fac (patch) | |
tree | 39be16caa45ce0ae4fc3d3c2d61e2f709762d827 | |
parent | 7a3096883d285faef037aa3219c4af3f34f9602d (diff) |
Added missing function.
-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 | |||