summaryrefslogtreecommitdiff
diff options
authorDaniel van Vugt <vanvugt@gmail.com>2012-02-07 15:51:24 +0800
committerDaniel van Vugt <vanvugt@gmail.com>2012-02-07 15:51:24 +0800
commit01807ab58416aa0fa8bbdabc7e9ee7d9de90d422 (patch)
treeb759cd38f2d83fca13c24fd1badb8ee9edb96861
parentfe9fdff86f3ef8185cf2d711b13ba912b45b15a0 (diff)
Fix hand-porting mistake.
(bzr r1827.1.5)
-rw-r--r--plugins/unityshell/src/unityshell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/unityshell/src/unityshell.h b/plugins/unityshell/src/unityshell.h
index 76aefd24a..98d70542b 100644
--- a/plugins/unityshell/src/unityshell.h
+++ b/plugins/unityshell/src/unityshell.h
@@ -310,6 +310,8 @@ private:
nux::Property<nux::Geometry> primary_monitor_;
+ unity::BGHash _bghash;
+
#ifdef USE_GLES
GLFramebufferObject *oldFbo;
#else