diff options
Diffstat (limited to 'src/LYStyle.h')
-rw-r--r-- | src/LYStyle.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/LYStyle.h b/src/LYStyle.h index edc4051a..d1cf9db1 100644 --- a/src/LYStyle.h +++ b/src/LYStyle.h @@ -1,3 +1,4 @@ +/* $LynxId: LYStyle.h,v 1.15 2007/07/23 19:21:54 tom Exp $ */ #ifndef LYSTYLE_H #define LYSTYLE_H @@ -63,6 +64,15 @@ extern "C" { char **pstylename_end, int *hcode); +/* + * Functions for cached-styles + */ + extern BOOL ValidCachedStyle(int y, int x); + extern unsigned GetCachedStyle(int y, int x); + extern void FreeCachedStyles(void); + extern void ResetCachedStyles(void); + extern void SetCachedStyle(int y, int x, unsigned value); + #ifdef __cplusplus } #endif |