mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
cc_item_tvpic.cpp: fix wrong parameter type
parameter is type int
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);
|
videoDecoder->Pig(pig_x, pig_y, pig_w, pig_h, screen_w, screen_h);
|
||||||
}
|
}
|
||||||
else{ //paint an alternate image if no tv mode available
|
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);
|
pic.doPaintBg(false);
|
||||||
int w, h;
|
int w, h;
|
||||||
pic.getSize(&w, &h);
|
pic.getSize(&w, &h);
|
||||||
|
Reference in New Issue
Block a user