els_cursor: mark internal struct static

This commit is contained in:
Stefan Schmidt 2016-01-11 21:52:34 +01:00
parent 0ce3e099f6
commit 9786fa6adb
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ struct _Cursor_Id
#endif
/* Please keep order in sync with Ecore_X_Cursor.h values! */
struct _Cursor_Id _cursors[] =
static struct _Cursor_Id _cursors[] =
{
CURSOR(ELM_CURSOR_X , X , ECORE_COCOA_CURSOR_CROSSHAIR),
CURSOR(ELM_CURSOR_ARROW , ARROW , ECORE_COCOA_CURSOR_ARROW),