mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
cc_item_tvpic.cpp: fix wrong parameter type
parameter is type int
Origin commit data
------------------
Branch: ni/coolstream
Commit: a8d5c9c2d3
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-06 (Sat, 06 Apr 2019)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -101,7 +101,7 @@ void CComponentsPIP::paint(bool do_save_bg)
|
||||
videoDecoder->Pig(pig_x, pig_y, pig_w, pig_h, screen_w, screen_h);
|
||||
}
|
||||
else{ //paint an alternate image if no tv mode available
|
||||
CComponentsPicture pic = CComponentsPicture (pig_x, pig_y, pig_w, pig_h, pic_name, NULL, false, col_frame, col_frame);
|
||||
CComponentsPicture pic = CComponentsPicture (pig_x, pig_y, pig_w, pig_h, pic_name, NULL, CC_SHADOW_OFF, col_frame, col_frame);
|
||||
pic.doPaintBg(false);
|
||||
int w, h;
|
||||
pic.getSize(&w, &h);
|
||||
|
Reference in New Issue
Block a user