diff gui/util/bitmap.h @ 33983:2218c589f9ab

Cosmetic: Rename parameters bf img in bitmap.c.
author ib
date Tue, 06 Sep 2011 14:59:04 +0000
parents 81f71d910333
children 60449f4234f7
line wrap: on
line diff
--- a/gui/util/bitmap.h	Tue Sep 06 13:37:32 2011 +0000
+++ b/gui/util/bitmap.h	Tue Sep 06 14:59:04 2011 +0000
@@ -33,8 +33,8 @@
     char *Image;
 } guiImage;
 
-void bpFree(guiImage *bf);
-int bpRead(const char *fname, guiImage *bf);
+void bpFree(guiImage *img);
+int bpRead(const char *fname, guiImage *img);
 int bpRenderMask(const guiImage *in, guiImage *out);
 
 #endif /* MPLAYER_GUI_BITMAP_H */