Hilite Status: Improved
Allow defining multiple stops per field. Add hitpointbar.
This commit is contained in:
+1
-8
@@ -182,18 +182,11 @@ void mswin_preference_update(const char *pref);
|
||||
char *mswin_getmsghistory(BOOLEAN_P init);
|
||||
void mswin_putmsghistory(const char *msg, BOOLEAN_P);
|
||||
|
||||
#ifdef STATUS_VIA_WINDOWPORT
|
||||
void mswin_status_init(void);
|
||||
void mswin_status_finish(void);
|
||||
void mswin_status_enablefield(int fieldidx, const char *nm, const char *fmt,
|
||||
boolean enable);
|
||||
void mswin_status_update(int idx, genericptr_t ptr, int chg, int percent);
|
||||
|
||||
#ifdef STATUS_HILITES
|
||||
void mswin_status_threshold(int fldidx, int thresholdtype, anything threshold,
|
||||
int behavior, int under, int over);
|
||||
#endif /* STATUS_HILITES */
|
||||
#endif /*STATUS_VIA_WINDOWPORT*/
|
||||
void mswin_status_update(int idx, genericptr_t ptr, int chg, int percent, int color, unsigned long *colormasks);
|
||||
|
||||
/* helper function */
|
||||
HWND mswin_hwnd_from_winid(winid wid);
|
||||
|
||||
Reference in New Issue
Block a user