diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-03-21 16:30:23 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-03-21 16:30:23 +0000 |
| commit | 9248bf86cddef4cf3904748bcd94ddabef68f8c7 (patch) | |
| tree | d6a7db24a485a22a122b53dde6ed56ac8e1d5c70 /lib/gui/ewidgetdesktop.h | |
| parent | 4404768ce6bb07bf2784da7806444acd462c3a33 (diff) | |
| download | enigma2-9248bf86cddef4cf3904748bcd94ddabef68f8c7.tar.gz enigma2-9248bf86cddef4cf3904748bcd94ddabef68f8c7.zip | |
more __deref__ changes
Diffstat (limited to 'lib/gui/ewidgetdesktop.h')
| -rw-r--r-- | lib/gui/ewidgetdesktop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gui/ewidgetdesktop.h b/lib/gui/ewidgetdesktop.h index fb4b3b82..7237df96 100644 --- a/lib/gui/ewidgetdesktop.h +++ b/lib/gui/ewidgetdesktop.h @@ -54,7 +54,8 @@ public: void setPalette(gPixmap &pm); void setRedrawTask(eMainloop &ml); - + + void makeCompatiblePixmap(ePtr<gPixmap> &pm); void makeCompatiblePixmap(gPixmap &pm); enum { |
