aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-12-22 10:31:01 +0000
committerJordi Vilalta Prat2008-12-22 10:31:01 +0000
commit2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f (patch)
tree46e6a311cdb21e5faf81dad895872ba4780bed15 /gui/ThemeEngine.h
parent1ccce41c8fde4430671acc835c5f2f7b8caba2fb (diff)
downloadscummvm-rg350-2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f.tar.gz
scummvm-rg350-2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f.tar.bz2
scummvm-rg350-2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f.zip
Allow the disabled state of the popup widget to be themed
svn-id: r35480
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 7115ec1a76..43f2a8c8eb 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -101,6 +101,7 @@ protected:
kDDPopUpIdle,
kDDPopUpHover,
+ kDDPopUpDisabled,
kDDCaret,
kDDSeparator,