summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2012-12-15 13:09:50 +0100
committerlouis <louis.braun@gmx.de>2012-12-15 13:09:50 +0100
commit9c6b259eb786439fd4d1bbfdf8bff0bb059f9edd (patch)
tree9577e50f62d678e3b33b01525756634d9c51903b /config.h
parenta8a2bd61fd2931b79c0f39812ef30a0cc7292d82 (diff)
downloadskin-nopacity-9c6b259eb786439fd4d1bbfdf8bff0bb059f9edd.tar.gz
skin-nopacity-9c6b259eb786439fd4d1bbfdf8bff0bb059f9edd.tar.bz2
Introduced scrolling for menus
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index fe4dd94..ff563e5 100644
--- a/config.h
+++ b/config.h
@@ -82,6 +82,9 @@ class cNopacityConfig {
int useSubtitleRerun;
int menuFadeTime;
int menuFrameTime;
+ int menuScrollDelay;
+ int menuScrollSpeed;
+ int menuScrollFrameTime;
int menuWidthNarrow;
int menuWidthRightItems;
int headerHeight;