diff --git a/legacy/elementary/src/bin/test_popup.c b/legacy/elementary/src/bin/test_popup.c index b2d3d7b7a7..5b5caf8662 100644 --- a/legacy/elementary/src/bin/test_popup.c +++ b/legacy/elementary/src/bin/test_popup.c @@ -3,7 +3,7 @@ #endif #include -#define POPUP_POINT_MAX 6 +#define POPUP_POINT_MAX 8 typedef struct { @@ -20,7 +20,9 @@ static Evas_Rel_Coord_Point _popup_point[POPUP_POINT_MAX] = { 0.5, 0.5 }, { 0.99, 0.01 }, { 0.01, 0.99 }, - { 0.99, 0.99 } + { 0.99, 0.99 }, + { 0.0, 0.0 }, + { 1.5, 1.5 } }; static void