src/news.h
branchcpp_gui
changeset 6258 a2f86b8fd99b
parent 5726 8f399788f6c9
child 6285 187e3ef04cc9
--- a/src/news.h	Sat Feb 17 13:08:51 2007 +0000
+++ b/src/news.h	Sun Feb 18 14:17:28 2007 +0000
@@ -19,13 +19,13 @@
 };
 
 typedef bool ValidationProc ( uint data_a, uint data_b );
-typedef void DrawNewsCallbackProc(Window *w);
+typedef void DrawNewsCallbackProc(BaseWindow *w);
 typedef StringID GetNewsStringCallbackProc(const NewsItem *ni);
 
 #define NEWS_FLAGS(mode,flag,type,cb) ((cb)<<24 | (type)<<16 | (flag)<<8 | (mode))
 void AddNewsItem(StringID string, uint32 flags, uint data_a, uint data_b);
 void NewsLoop(void);
-void DrawNewsBorder(const Window *w);
+void DrawNewsBorder(const BaseWindow *w);
 void InitNewsItemStructs(void);
 
 VARDEF NewsItem _statusbar_news_item;