diff options
| author | Felix Domke <felix.domke@multimedia-labs.de> | 2009-07-16 23:39:16 +0200 |
|---|---|---|
| committer | Felix Domke <felix.domke@multimedia-labs.de> | 2009-07-16 23:39:30 +0200 |
| commit | 264dadf9ecebe4b79648d971f3f8d9f1555f2447 (patch) | |
| tree | b70bdd82aa2a3cc62b0b6534ca6ecc0efbb0bbef /lib/gui/elistboxcontent.h | |
| parent | e02c9fd73f0043ed1f57ec448a5a2c8765f55ae1 (diff) | |
| download | enigma2-264dadf9ecebe4b79648d971f3f8d9f1555f2447.tar.gz enigma2-264dadf9ecebe4b79648d971f3f8d9f1555f2447.zip | |
allow use of alphablended pixmaps in multicontent lists
Diffstat (limited to 'lib/gui/elistboxcontent.h')
| -rw-r--r-- | lib/gui/elistboxcontent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index 6bb45590..d3d2a089 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -69,7 +69,7 @@ class eListboxPythonMultiContent: public eListboxPythonStringContent public: eListboxPythonMultiContent(); ~eListboxPythonMultiContent(); - enum { TYPE_TEXT, TYPE_PROGRESS, TYPE_PIXMAP, TYPE_PIXMAP_ALPHATEST }; + enum { TYPE_TEXT, TYPE_PROGRESS, TYPE_PIXMAP, TYPE_PIXMAP_ALPHATEST, TYPE_PIXMAP_ALPHABLEND }; void paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected); int currentCursorSelectable(); void setList(SWIG_PYOBJECT(ePyObject) list); |
