aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewidgetdesktop.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-03-21 16:30:23 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-03-21 16:30:23 +0000
commit9248bf86cddef4cf3904748bcd94ddabef68f8c7 (patch)
treed6a7db24a485a22a122b53dde6ed56ac8e1d5c70 /lib/gui/ewidgetdesktop.cpp
parent4404768ce6bb07bf2784da7806444acd462c3a33 (diff)
downloadenigma2-9248bf86cddef4cf3904748bcd94ddabef68f8c7.tar.gz
enigma2-9248bf86cddef4cf3904748bcd94ddabef68f8c7.zip
more __deref__ changes
Diffstat (limited to 'lib/gui/ewidgetdesktop.cpp')
-rw-r--r--lib/gui/ewidgetdesktop.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gui/ewidgetdesktop.cpp b/lib/gui/ewidgetdesktop.cpp
index 4d0c0a9b..9e483083 100644
--- a/lib/gui/ewidgetdesktop.cpp
+++ b/lib/gui/ewidgetdesktop.cpp
@@ -287,6 +287,11 @@ void eWidgetDesktop::setRedrawTask(eMainloop &ml)
m_timer->start(0, 1);
}
+void eWidgetDesktop::makeCompatiblePixmap(ePtr<gPixmap> &pm)
+{
+ makeCompatiblePixmap(*(pm.operator->()));
+}
+
void eWidgetDesktop::makeCompatiblePixmap(gPixmap &pm)
{
if (m_comp_mode != cmImmediate)