diff options
Diffstat (limited to 'src/preview/PreviewView.h')
| -rw-r--r-- | src/preview/PreviewView.h | 4 |
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(); |
