mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CCDraw: add signals into paintFbItems()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6952d85ae9
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-27 (Sun, 27 Dec 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -465,6 +465,9 @@ void CCDraw::enablePaintCache(bool enable)
|
||||
//paint framebuffer layers
|
||||
void CCDraw::paintFbItems(bool do_save_bg)
|
||||
{
|
||||
//pick up signal if filled
|
||||
OnBeforePaintLayers();
|
||||
|
||||
//first modify background handling
|
||||
enableSaveBg(do_save_bg);
|
||||
|
||||
@@ -609,6 +612,8 @@ void CCDraw::paintFbItems(bool do_save_bg)
|
||||
}
|
||||
}
|
||||
}
|
||||
//pick up signal if filled
|
||||
OnAfterPaintLayers();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user