newlib: pixlib2 header

git-svn-id: svn://kolibrios.org@3379 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2013-03-15 20:56:41 +00:00
parent 90bb8ed865
commit 5cd2096823

View File

@ -29,8 +29,9 @@ int destroy_bitmap(bitmap_t *bitmap);
int lock_bitmap(bitmap_t *bitmap);
int resize_bitmap(bitmap_t *bitmap);
int blit_bitmap(bitmap_t *bitmap, int dst_x, int dst_y,int w, int h);
int blit_bitmap(bitmap_t * bitmap, int dst_x, int dst_y,
int w, int h, int src_x, int src_y);