Wiki page sandbox_gadgets.md changed with summary [example code would not compile, icon was not defined before use] by james ellis osborne iii

This commit is contained in:
james ellis osborne iii 2018-08-01 11:14:14 -07:00 committed by apache
parent 0245c63127
commit 65c9b961b4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ In the ``elm_main()`` function the application can check for the ``E_GADGET_ID``
EAPI_MAIN int
elm_main(int argc, char **argv)
{
Evas_Object *win, *btn;
Evas_Object *win, *btn, *icon;
int gadget =0, id_num = 0;
char buf[16];