summaryrefslogtreecommitdiffstats
path: root/client/myrootpixmap.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-18 10:39:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-18 10:39:24 -0600
commit8095005fe253b65fa87f48008db7560c7bc0eaac (patch)
treec48d7cf3b546c35d6c727c8f354474e90abca81f /client/myrootpixmap.h
parente74f50107771f5e005f3061a29b4cb560f76d9c1 (diff)
downloadtwin-style-crystal-8095005fe253b65fa87f48008db7560c7bc0eaac.tar.gz
twin-style-crystal-8095005fe253b65fa87f48008db7560c7bc0eaac.zip
Update background wallpaper image on desktop switch
Diffstat (limited to 'client/myrootpixmap.h')
-rw-r--r--client/myrootpixmap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/myrootpixmap.h b/client/myrootpixmap.h
index 02c450a..26ebc9c 100644
--- a/client/myrootpixmap.h
+++ b/client/myrootpixmap.h
@@ -9,7 +9,7 @@
*/
/* Modified by Sascha Hlusiak */
-
+/* Further modified 11/18/2014 by Timothy Pearson <kb9vqf@pearsoncomputing.net> */
#ifndef __KRootPixmap_h_Included__
#define __KRootPixmap_h_Included__
@@ -78,6 +78,7 @@ protected:
private slots:
// void slotBackgroundChanged(int);
void slotDone(bool);
+ void desktopChanged(int desktop);
private:
bool m_bActive, m_bInit/*, m_bCustomPaint*/;
@@ -90,7 +91,7 @@ private:
// TQWidget *m_pWidget;
// TQTimer *m_pTimer;
TDESharedPixmap *m_pPixmap;
-// KMyRootPixmapData *d;
+ KMyRootPixmapData *d;
void init();
};