diff options
Diffstat (limited to 'include/gwin')
| -rw-r--r-- | include/gwin/gwin.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index dd8abb0f..4d0deaf0 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -769,7 +769,7 @@ extern "C" {  		 *  		 * @api  		 */ -		gdispImageError gwinImageDraw(GHandle gh, gdispImage *img, coord_t x, coord_t y, coord_t cx, coord_t cy, coord_t sx, coord_t sy); +		gdispImageError gwinDrawImage(GHandle gh, gdispImage *img, coord_t x, coord_t y, coord_t cx, coord_t cy, coord_t sx, coord_t sy);  	#endif  #ifdef __cplusplus | 
