diff options
author | louis <louis.braun@gmx.de> | 2013-02-09 13:27:40 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-02-09 13:27:40 +0100 |
commit | 60efaee664776a5103d91105e78a6ac3aeeee748 (patch) | |
tree | 8fd78f1e1728acb7d0bc3408683475aa643861f2 /displaymenu.h | |
parent | 6b08851e7ceaffecee80cd58b693a961d90bae5d (diff) | |
download | skin-nopacity-60efaee664776a5103d91105e78a6ac3aeeee748.tar.gz skin-nopacity-60efaee664776a5103d91105e78a6ac3aeeee748.tar.bz2 |
Width of narrow menus (main, schedule, channel, recordings, settings) individually configurable
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/displaymenu.h b/displaymenu.h index 97a4931..6dc74f5 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -17,10 +17,9 @@ private: bool timersDrawn; int menuItemIndexLast; int currentNumItems; - bool contentNarrow, contentNarrowLast; cList<cNopacityTimer> timers; cList<cNopacityMenuItem> menuItems; - int handleBackgrounds[8]; + int handleBackgrounds[10]; int handleButtons[4]; int positionButtons[4]; cRect videoWindowRect; |