diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-07-18 14:31:07 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-07-18 14:31:07 +0000 |
commit | eec657d1404d084461748bfa468bfedebbb6f22f (patch) | |
tree | 5d1b6123dab4b479efd1079da705c95d0c99915e /w3mimg/fb/fb.h | |
parent | indent (diff) | |
download | w3m-eec657d1404d084461748bfa468bfedebbb6f22f.tar.gz w3m-eec657d1404d084461748bfa468bfedebbb6f22f.zip |
indent
Diffstat (limited to 'w3mimg/fb/fb.h')
-rw-r--r-- | w3mimg/fb/fb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/w3mimg/fb/fb.h b/w3mimg/fb/fb.h index ebe8aef..00c0862 100644 --- a/w3mimg/fb/fb.h +++ b/w3mimg/fb/fb.h @@ -2,12 +2,12 @@ #define fb_header #include <linux/fb.h> -int fb_open(void); +int fb_open(void); void fb_close(void); void fb_pset(int x, int y, int r, int g, int b); void fb_clear(void); -int fb_width(void); -int fb_height(void); +int fb_width(void); +int fb_height(void); void fb_cmap_disp(void); void fb_fscrn_disp(void); void fb_vscrn_disp(void); |