summaryrefslogtreecommitdiff
path: root/dali/internal/window-system/common/window-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'dali/internal/window-system/common/window-impl.h')
-rw-r--r--dali/internal/window-system/common/window-impl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/dali/internal/window-system/common/window-impl.h b/dali/internal/window-system/common/window-impl.h
index af90626d1..857bd4d3a 100644
--- a/dali/internal/window-system/common/window-impl.h
+++ b/dali/internal/window-system/common/window-impl.h
@@ -359,6 +359,16 @@ public:
Dali::Layer GetRootLayer() const;
/**
+ * @copydoc Dali::Window::SetBackgroundColor
+ */
+ void SetBackgroundColor(const Dali::Vector4& color);
+
+ /**
+ * @copydoc Dali::Window::GetBackgroundColor
+ */
+ Vector4 GetBackgroundColor() const;
+
+ /**
* @copydoc Dali::Window::SetTransparency()
*/
void SetTransparency(bool transparent);
@@ -1005,6 +1015,8 @@ private:
Dali::KeyEvent mLastKeyEvent;
+ Vector4 mBackgroundColor;
+
bool mIsTransparent : 1;
bool mIsFocusAcceptable : 1;
bool mIconified : 1;