summaryrefslogtreecommitdiffstats
path: root/fbv.h
diff options
context:
space:
mode:
authorgodspeed1989 <tongxinjichu@gmail.com>2013-05-08 10:02:35 +0800
committergodspeed1989 <tongxinjichu@gmail.com>2013-05-08 10:02:35 +0800
commit7672c628aedb3ebe98e843b82dfba8cf848c8e5c (patch)
tree60738a25c6dcafa1d5ff3bcd30a06f5dabf2deb4 /fbv.h
parente0ca0d4bcbd1195dc6f173c07bdfa61335306746 (diff)
downloadfbv-7672c628aedb3ebe98e843b82dfba8cf848c8e5c.tar.gz
fbv-7672c628aedb3ebe98e843b82dfba8cf848c8e5c.zip
fix g++ compile err
Diffstat (limited to 'fbv.h')
-rw-r--r--fbv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fbv.h b/fbv.h
index 4f6ca8a..6e86268 100644
--- a/fbv.h
+++ b/fbv.h
@@ -6,7 +6,9 @@
#define FH_ERROR_FORMAT 2 /* file format error */
int fb_display(unsigned char *rgbbuff, unsigned char * alpha,
- int x_size, int y_size, int x_pan, int y_pan, int x_offs, int y_offs);
+ unsigned int x_size, unsigned int y_size,
+ unsigned int x_pan, unsigned int y_pan,
+ unsigned int x_offs, unsigned int y_offs);
int getCurrentRes(int *x, int *y);
#ifdef FBV_SUPPORT_BMP
OpenPOWER on IntegriCloud