Make gr_bitmap_scale_to static

This commit is contained in:
Kp 2013-08-05 22:16:42 +00:00
parent f31f74c2e6
commit c02a249263
2 changed files with 1 additions and 2 deletions

View file

@ -570,7 +570,7 @@ inside:
}
}
void gr_bitmap_scale_to(grs_bitmap *src, grs_bitmap *dst)
static void gr_bitmap_scale_to(grs_bitmap *src, grs_bitmap *dst)
{
unsigned char *s = src->bm_data;
unsigned char *d = dst->bm_data;

View file

@ -275,7 +275,6 @@ int gr_uline(fix x0,fix y0,fix x1,fix y1);
// Draw the bitmap into the current canvas at the specified location.
void gr_bitmap(int x,int y,grs_bitmap *bm);
void gr_ubitmap(int x,int y,grs_bitmap *bm);
void gr_bitmap_scale_to(grs_bitmap *src, grs_bitmap *dst);
void show_fullscr(grs_bitmap *bm);
// Find transparent area in bitmap