inconsistent naming fo func... fix.. and fix docs.

SVN revision: 5386
This commit is contained in:
Carsten Haitzler 2001-09-28 03:46:46 +00:00
parent f6f41ce6c1
commit 0b08951cc8
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -78,7 +78,7 @@ Visual *evas_get_visual(Evas e);
Colormap evas_get_colormap(Evas e);
int evas_get_colors(Evas e);
Imlib_Image evas_get_image(Evas e);
Evas_Render_Method evas_get_render_method(Evas e);
Evas_Render_Method evas_get_output_method(Evas e);
Evas evas_new(void);
void evas_free(Evas e);

View File

@ -96,7 +96,7 @@ evas_get_image(Evas e)
}
Evas_Render_Method
evas_get_render_method(Evas e)
evas_get_output_method(Evas e)
{
if (!e) return RENDER_METHOD_ALPHA_SOFTWARE;
return e->current.render_method;