aboutsummaryrefslogtreecommitdiffstats
path: root/src/meh.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2009-12-21 17:13:04 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2009-12-21 17:13:04 -0800
commita7fc167f214fd29eb62713c712e858031c31daf1 (patch)
tree4b99615401c6b920869e565d7fb817367c1826f5 /src/meh.h
parent556d236a4f2bebbf17ac3f1bd11f0ceb7b7eab6e (diff)
downloadmirror-meh-a7fc167f214fd29eb62713c712e858031c31daf1.tar.gz
mirror-meh-a7fc167f214fd29eb62713c712e858031c31daf1.tar.bz2
mirror-meh-a7fc167f214fd29eb62713c712e858031c31daf1.zip
added super sampling scale
Diffstat (limited to 'src/meh.h')
-rw-r--r--src/meh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meh.h b/src/meh.h
index f2d5e3c..602ecee 100644
--- a/src/meh.h
+++ b/src/meh.h
@@ -33,8 +33,8 @@ struct image{
/* scale */
-void scale(struct image *img, int width, int height, int bytesperline, char* __restrict__ newBuf);
-void nearestscale(struct image *img, int width, int height, int bytesperline, char* __restrict__ newBuf);
+void scale(struct image *img, unsigned int width, unsigned int height, unsigned int bytesperline, char* __restrict__ newBuf);
+void nearestscale(struct image *img, unsigned int width, unsigned int height, unsigned int bytesperline, char* __restrict__ newBuf);
/* XLib */
void setaspect(unsigned int w, unsigned int h);