diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-08 16:29:41 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-08 16:29:41 +0000 |
commit | e67a6fa53d4d8a34118fe05b9ae50c5ac15d0cc4 (patch) | |
tree | fa38c4b3a6aedee24174ea49bb1a0d15c376bc85 /kdm/kfrontend/themer/kdmitem.h | |
parent | 4e4db6156bed745d0cc72ef4bd5a1a2df4be3ac5 (diff) | |
download | tdebase-e67a6fa53d4d8a34118fe05b9ae50c5ac15d0cc4.tar.gz tdebase-e67a6fa53d4d8a34118fe05b9ae50c5ac15d0cc4.zip |
* Add user list background transparency support to KDM themer
This adds a new XML tag, bgmodifier, to the theme file
0 is completely transparent, 255 is completely opaque (white)
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1173092 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdm/kfrontend/themer/kdmitem.h')
-rw-r--r-- | kdm/kfrontend/themer/kdmitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kdm/kfrontend/themer/kdmitem.h b/kdm/kfrontend/themer/kdmitem.h index 98b876977..230ed71c4 100644 --- a/kdm/kfrontend/themer/kdmitem.h +++ b/kdm/kfrontend/themer/kdmitem.h @@ -248,6 +248,8 @@ protected: TQString itemType, id; TQValueList<KdmItem *> m_children; + int m_backgroundModifier; + // Layouting related variables enum { MNone = 0, MFixed = 1, MBox = 2 } currentManager; KdmLayoutBox *boxManager; |