diff options
author | louis <louis.braun@gmx.de> | 2013-01-09 18:49:15 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-01-09 18:49:15 +0100 |
commit | 4f4705397c4563a69b87c5e8424f3b0d132ef552 (patch) | |
tree | 10b9f26f668f8b9abc023e62b13207a168633c75 /displaymenu.h | |
parent | a78934090d791a491a7f178a398657f5d51387f4 (diff) | |
download | skin-nopacity-4f4705397c4563a69b87c5e8424f3b0d132ef552.tar.gz skin-nopacity-4f4705397c4563a69b87c5e8424f3b0d132ef552.tar.bz2 |
Adapted video scaling to new implementation (thanks @Zoolook for the patch)
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/displaymenu.h b/displaymenu.h index 716d60a..6937efe 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -23,6 +23,7 @@ private: int handleBackgrounds[8]; int handleButtons[4]; int positionButtons[4]; + cRect videoWindowRect; void DrawDisk(void); void DrawTimers(void); void SplitItem(const char *Text, cString *strItems, int *tabItems); |