diff options
Diffstat (limited to 'w3mimg/fb/fb.h')
-rw-r--r-- | w3mimg/fb/fb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/w3mimg/fb/fb.h b/w3mimg/fb/fb.h index bec281d..1138bb0 100644 --- a/w3mimg/fb/fb.h +++ b/w3mimg/fb/fb.h @@ -1,4 +1,4 @@ -/* $Id: fb.h,v 1.6 2002/10/10 16:16:03 ukai Exp $ */ +/* $Id: fb.h,v 1.7 2003/07/07 15:48:17 ukai Exp $ */ #ifndef fb_header #define fb_header #include <linux/fb.h> @@ -29,5 +29,6 @@ int fb_open(void); void fb_close(void); int fb_width(void); int fb_height(void); +int fb_clear(int x, int y, int w, int h, int r, int g, int b); #endif |