summaryrefslogtreecommitdiff
path: root/textwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'textwindow.h')
-rw-r--r--textwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textwindow.h b/textwindow.h
index 9b08211..5475da7 100644
--- a/textwindow.h
+++ b/textwindow.h
@@ -8,7 +8,7 @@ private:
cPixmap *pixmap;
cRect *geometry;
cRect *vidWin;
- int oldVidWinHeight;
+ cRect oldVidWin;
bool scaledWindow;
const char *text;
cTextWrapper twText;