evas/main.c - added Evas_GL magic_string_get

SVN revision: 60391
This commit is contained in:
ChunEon Park 2011-06-16 12:11:41 +00:00
parent 81672eac1c
commit 4eeb5f77fe
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ evas_debug_magic_string_get(DATA32 magic)
case MAGIC_OBJ_SMART:
return "Evas_Object (Smart)";
break;
case MAGIC_EVAS_GL:
return "Evas_GL";
case MAGIC_MAP:
return "Evas_Map";
default: