examples: Fix sp. exemple_data
authorBryce Harrington <bryce@osg.samsung.com>
Tue, 8 Aug 2017 06:53:59 +0000 (15:53 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 9 Aug 2017 03:21:42 +0000 (12:21 +0900)
Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D5075

src/examples/evas/evas-box.c
src/examples/evas/evas-map-aa-eo.c
src/examples/evas/evas-map-aa.c
src/examples/evas/evas-transparent.c

index 22d445f..314fe5f 100644 (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,
index 3b6b78b..818ebc6 100644 (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 };
 
index a3619f0..634932f 100644 (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 };
 
index 1d4d67d..9ec3eca 100644 (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.