wayland-shm: rename _evas_outbuf_swapmode_get() to _evas_outbuf_swap_mode_get()

Summary: Everyone else calls it swap_mode, let's be trendy.

Reviewers: zmike, devilhorns

Reviewed By: devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2891
This commit is contained in:
Derek Foreman 2015-07-30 11:45:26 -04:00 committed by Chris Michael
parent cf3434a927
commit ebea504cbc
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ _render_engine_swapbuf_setup(int w, int h, unsigned int rotation, unsigned int d
if (!ob) goto err;
if (!evas_render_engine_software_generic_init(&re->generic, ob,
_evas_outbuf_swapmode_get,
_evas_outbuf_swap_mode_get,
_evas_outbuf_rotation_get,
NULL,
NULL,

View File

@ -127,7 +127,7 @@ void _evas_outbuf_free(Outbuf *ob);
void _evas_outbuf_flush(Outbuf *ob, Tilebuf_Rect *rects, Evas_Render_Mode render_mode);
void _evas_outbuf_idle_flush(Outbuf *ob);
Render_Engine_Swap_Mode _evas_outbuf_swapmode_get(Outbuf *ob);
Render_Engine_Swap_Mode _evas_outbuf_swap_mode_get(Outbuf *ob);
int _evas_outbuf_rotation_get(Outbuf *ob);
void _evas_outbuf_reconfigure(Outbuf *ob, int x, int y, int w, int h, int rot, Outbuf_Depth depth, Eina_Bool alpha, Eina_Bool resize);
void *_evas_outbuf_update_region_new(Outbuf *ob, int x, int y, int w, int h, int *cx, int *cy, int *cw, int *ch);

View File

@ -249,7 +249,7 @@ _evas_outbuf_flush(Outbuf *ob, Tilebuf_Rect *rects EINA_UNUSED, Evas_Render_Mode
}
Render_Engine_Swap_Mode
_evas_outbuf_swapmode_get(Outbuf *ob)
_evas_outbuf_swap_mode_get(Outbuf *ob)
{
int count = 0, ret = 0;