diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-18 10:39:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-18 10:39:24 -0600 |
commit | 8095005fe253b65fa87f48008db7560c7bc0eaac (patch) | |
tree | c48d7cf3b546c35d6c727c8f354474e90abca81f /client/myrootpixmap.h | |
parent | e74f50107771f5e005f3061a29b4cb560f76d9c1 (diff) | |
download | twin-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.h | 5 |
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(); }; |