summaryrefslogtreecommitdiff
path: root/layoutgl/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'layoutgl/widget.h')
-rw-r--r--layoutgl/widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/layoutgl/widget.h b/layoutgl/widget.h
index e6abdfc..1c7aaf1 100644
--- a/layoutgl/widget.h
+++ b/layoutgl/widget.h
@@ -21,10 +21,10 @@ protected:
LYTLayout *m_layout;
- void renderPane(const LYTPane *pane);
+ void renderPane(const LYTPane *pane, quint8 parentAlpha);
- void drawPicture(const LYTPicture *pic);
- void drawWindow(const LYTWindow *wnd);
+ void drawPicture(const LYTPicture *pic, quint8 effectiveAlpha);
+ void drawWindow(const LYTWindow *wnd, quint8 effectiveAlpha);
const LYTMaterial &getMaterial(const QString &materialName) {
return *m_layout->materials.getMaterialByName(materialName);