aboutsummaryrefslogtreecommitdiffstats
path: root/src/meh.h
diff options
context:
space:
mode:
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);