mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
CCDraw: add signals into paintFbItems()
Origin commit data
------------------
Commit: 6952d85ae9
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-27 (Sun, 27 Dec 2015)
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