X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=main%2Fenigma.cpp;h=b9cdf3410761d3b5779adaf2f9a567be21cc3310;hp=6ea4a640662e7d749e167ccbd9314ccfe8cf0531;hb=74f5884fdc5a23465cf40c27b5c069ff7d882746;hpb=2f69db82dd516d3f710abc6d7e7acb34efbd2d52 diff --git a/main/enigma.cpp b/main/enigma.cpp index 6ea4a64..b9cdf34 100644 --- a/main/enigma.cpp +++ b/main/enigma.cpp @@ -346,7 +346,13 @@ void setAnimation_speed(int speed) { gles_set_animation_speed(speed); } + +void setAnimation_current_listbox(int a) +{ + gles_set_animation_listbox_func(a); +} #else void setAnimation_current(int a) {} void setAnimation_speed(int speed) {} +void setAnimation_current_listbox(int a) {} #endif