summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow/pictureflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pictureflow/pictureflow.c')
-rw-r--r--apps/plugins/pictureflow/pictureflow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c
index 787dea4cf9..546afad217 100644
--- a/apps/plugins/pictureflow/pictureflow.c
+++ b/apps/plugins/pictureflow/pictureflow.c
@@ -2317,7 +2317,7 @@ void update_cover_out_animation(void)
2317 */ 2317 */
2318static inline void draw_gradient(int y, int h) 2318static inline void draw_gradient(int y, int h)
2319{ 2319{
2320 static int r, inc, c; 2320 int r, inc, c;
2321 inc = (100 << 8) / h; 2321 inc = (100 << 8) / h;
2322 c = 0; 2322 c = 0;
2323 selected_track_pulse = (selected_track_pulse+1) % 10; 2323 selected_track_pulse = (selected_track_pulse+1) % 10;
@@ -2390,7 +2390,7 @@ void show_track_list(void)
2390 create_track_index(center_slide.slide_index); 2390 create_track_index(center_slide.slide_index);
2391 reset_track_list(); 2391 reset_track_list();
2392 } 2392 }
2393 static int titletxt_w, titletxt_x, color, titletxt_h; 2393 int titletxt_w, titletxt_x, color, titletxt_h;
2394 titletxt_h = rb->screens[SCREEN_MAIN]->getcharheight(); 2394 titletxt_h = rb->screens[SCREEN_MAIN]->getcharheight();
2395 2395
2396 int titletxt_y = track_list_y; 2396 int titletxt_y = track_list_y;