els_cursor: mark internal struct static
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 11 Jan 2016 20:52:34 +0000 (21:52 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Mon, 11 Jan 2016 20:57:07 +0000 (21:57 +0100)
legacy/elementary/src/lib/els_cursor.c

index 502c089..fd581b8 100644 (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),