examples/evas: Fix weird use of word synchrony in comment

Summary: 'keep in sync' is more familiar programmer jargon.

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4876
This commit is contained in:
Bryce Harrington 2017-05-12 14:42:29 +09:00 committed by Jean-Philippe Andre
parent ad3a612250
commit 770a31371a
15 changed files with 15 additions and 30 deletions

View File

@ -42,8 +42,7 @@ struct test_data
static struct test_data d = {0};
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -48,8 +48,7 @@ struct test_data
static struct test_data d = {0};
/* here to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -92,8 +92,7 @@ struct test_data
static struct test_data d = {0};
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -58,8 +58,7 @@ _on_destroy(Ecore_Evas *ee EINA_UNUSED)
ecore_main_loop_quit();
}
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -142,8 +142,7 @@ _on_destroy(Ecore_Evas *ee EINA_UNUSED)
ecore_main_loop_quit();
}
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -52,8 +52,7 @@ _on_destroy(Ecore_Evas *ee EINA_UNUSED)
ecore_main_loop_quit();
}
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -58,8 +58,7 @@ _on_destroy(Ecore_Evas *ee EINA_UNUSED)
ecore_main_loop_quit();
}
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -59,8 +59,7 @@ _on_destroy(Ecore_Evas *ee EINA_UNUSED)
ecore_main_loop_quit();
}
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -48,8 +48,7 @@ struct test_data
static struct test_data d = {0};
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -37,8 +37,7 @@ struct test_data
static struct test_data d = {0};
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -185,8 +185,7 @@ _on_destroy(Ecore_Evas *ee EINA_UNUSED)
ecore_main_loop_quit();
}
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -145,8 +145,7 @@ _on_destroy(Ecore_Evas *ee EINA_UNUSED)
ecore_main_loop_quit();
}
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -68,8 +68,7 @@ _on_mouse_down(void *data EINA_UNUSED,
printf("Mouse down on rectangle %s!\n", _name_get(o));
}
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -36,8 +36,7 @@ _on_destroy(Ecore_Evas *ee EINA_UNUSED)
ecore_main_loop_quit();
}
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{

View File

@ -95,8 +95,7 @@ _on_destroy(Ecore_Evas *ee EINA_UNUSED)
ecore_main_loop_quit();
}
/* here just to keep our example's window size and background image's
* size in synchrony */
/* Keep the example's window size in sync with the background image's size */
static void
_canvas_resize_cb(Ecore_Evas *ee)
{