diff options
author | William Wilgus <me.theuser@yahoo.com> | 2018-10-22 14:00:58 -0400 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2018-10-22 14:00:58 -0400 |
commit | 948984309a3c1dd6b92f018926e9831083c803e3 (patch) | |
tree | a79bda99ff3d905828f4ea407f912cc22c1c5a4f /apps/plugins/lua/rocklib_aux.pl | |
parent | 7a132a257a47be37daa2da97706745ca9182d14a (diff) |
lua move rocklib_img to its own separate loadable module
allows rocklib_img to be excluded if needed
stops rocklib_aux from generating redundant prototypes for
lcd_mono_bitmap[_part]
Change-Id: Ie208ad71ab5f9a7deb026dc01a5b0a0631a0d29c
Diffstat (limited to 'apps/plugins/lua/rocklib_aux.pl')
-rwxr-xr-x | apps/plugins/lua/rocklib_aux.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib_aux.pl b/apps/plugins/lua/rocklib_aux.pl index 8256b838ed..f04457f189 100755 --- a/apps/plugins/lua/rocklib_aux.pl +++ b/apps/plugins/lua/rocklib_aux.pl @@ -70,6 +70,7 @@ my @forbidden_functions = ('^open$', '^strl?+cat$', '^codec_', '^timer_', + '^lcd_(mono_)?+bitmap', '^__.+$', '^.+_(un)?cached$', '^audio_play$', |