Renamed Canvas:getImageData to Canvas:newImageData (see issue #1001.)

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-26 00:13:46 -04:00
parent 8239d472d4
commit e8ce59038f
4 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -36,8 +36,7 @@ namespace opengl
//see Canvas.h
Canvas *luax_checkcanvas(lua_State *L, int idx);
int w_Canvas_renderTo(lua_State *L);
int w_Canvas_getImageData(lua_State *L);
int w_Canvas_getPixel(lua_State * L);
int w_Canvas_newImageData(lua_State *L);
int w_Canvas_clear(lua_State *L);
int w_Canvas_getFormat(lua_State *L);
int w_Canvas_getMSAA(lua_State *L);