summaryrefslogtreecommitdiff
path: root/src/preview/PreviewView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-17 21:40:47 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-17 21:40:47 (GMT)
commit78c4aba468a35166bf4ef5056b8e15be4098ba07 (patch)
treecb00f0f99d2a64be24b8d8af3a41a459df24026c /src/preview/PreviewView.h
parentd91d4223b8ada310dd9df5f9950c66f534b2f008 (diff)
downloadpowder-78c4aba468a35166bf4ef5056b8e15be4098ba07.zip
powder-78c4aba468a35166bf4ef5056b8e15be4098ba07.tar.gz
Fancy animation for textbox autosize
Diffstat (limited to 'src/preview/PreviewView.h')
-rw-r--r--src/preview/PreviewView.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/preview/PreviewView.h b/src/preview/PreviewView.h
index f817a1a..7b85ea5 100644
--- a/src/preview/PreviewView.h
+++ b/src/preview/PreviewView.h
@@ -49,6 +49,10 @@ class PreviewView: public ui::Window {
float commentsVel;
int commentBoxHeight;
+ float commentBoxPositionX;
+ float commentBoxPositionY;
+ float commentBoxSizeX;
+ float commentBoxSizeY;
void displayComments(int yOffset);
void commentBoxAutoHeight();