diff options
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/displaymenu.h b/displaymenu.h index 3089f0d..83692bb 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -23,6 +23,9 @@ private: int handleButtons[4]; int positionButtons[4]; cRect videoWindowRect; + cRssReader *rssReader; + int currentFeed; + void SetNextFeed(void); void DrawDisk(void); int CheckTimerConflict(bool timersChanged); void DrawTimers(bool timersChanged, int numConflicts); @@ -54,6 +57,8 @@ public: virtual void SetTabs(int Tab1, int Tab2 = 0, int Tab3 = 0, int Tab4 = 0, int Tab5 = 0); virtual int GetTextAreaWidth(void) const; virtual const cFont *GetTextAreaFont(bool FixedFont) const; + void SwitchNextRssMessage(void); + void SwitchNextRssFeed(void); }; #endif //__NOPACITY_DISPLAYMENU_H
\ No newline at end of file |