examples: Fix sp. exemple_data

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5075
This commit is contained in:
Bryce Harrington 2017-08-08 15:53:59 +09:00 committed by Jean-Philippe Andre
parent b748fcda1a
commit 686be2a56f
4 changed files with 8 additions and 8 deletions

View File

@ -45,14 +45,14 @@ static const char *commands = \
"\tShift + NUMBER - remove the child object at that position in the box\n"
"\th - print help\n";
struct exemple_data
struct example_data
{
Ecore_Evas *ee;
Evas *evas;
Evas_Object *bg, *box, *border;
};
static struct exemple_data d;
static struct example_data d;
static void /* custom 'diagonal' layout */
_custom_layout(Evas_Object *o,

View File

@ -33,7 +33,7 @@
#define IMAGE_SIZE_W 256
#define IMAGE_SIZE_H 256
struct exemple_data
struct example_data
{
Ecore_Evas *ee;
Evas *evas;
@ -53,7 +53,7 @@ struct exemple_data
static const char *img_path = PACKAGE_EXAMPLES_DIR EVAS_IMAGE_FOLDER "/cube1.png";
static struct exemple_data d =
static struct example_data d =
{ NULL, NULL, NULL, NULL, NULL, 62, 62, 262, 62, 262, 262, 62, 262,
EINA_FALSE, EINA_FALSE, EINA_FALSE, EINA_FALSE, EINA_FALSE };

View File

@ -25,7 +25,7 @@
#define IMAGE_SIZE_W 256
#define IMAGE_SIZE_H 256
struct exemple_data
struct example_data
{
Ecore_Evas *ee;
Evas *evas;
@ -45,7 +45,7 @@ struct exemple_data
static const char *img_path = PACKAGE_EXAMPLES_DIR EVAS_IMAGE_FOLDER "/cube1.png";
static struct exemple_data d =
static struct example_data d =
{ NULL, NULL, NULL, NULL, NULL, 62, 62, 262, 62, 262, 262, 62, 262,
EINA_FALSE, EINA_FALSE, EINA_FALSE, EINA_FALSE, EINA_FALSE };

View File

@ -46,14 +46,14 @@ static const char *commands = \
"\tm - turn off alpha"
"\th - print help\n";
struct exemple_data
struct example_data
{
Ecore_Evas *ee;
Evas *evas;
Evas_Object *bg;
};
static struct exemple_data d;
static struct example_data d;
/* Keyboard event callback routine, to enable toggling transparency on
* and off.