comparison gui/skin/skin.c @ 32878:afa6f80b0867

Limit scope of internally used skinItem array.
author ib
date Thu, 24 Feb 2011 17:55:36 +0000
parents a095a4ed8ad3
children 9ee46c5e8667
comparison
equal deleted inserted replaced
32877:a095a4ed8ad3 32878:afa6f80b0867
786 mp_dbg(MSGT_GPLAYER, MSGL_DBG2, "\n[skin] window decoration is %s\n", (defList->mainDecoration ? "enabled" : "disabled")); 786 mp_dbg(MSGT_GPLAYER, MSGL_DBG2, "\n[skin] window decoration is %s\n", (defList->mainDecoration ? "enabled" : "disabled"));
787 787
788 return 0; 788 return 0;
789 } 789 }
790 790
791 _item skinItem[] = { 791 static _item skinItem[] = {
792 { "section", cmd_section }, 792 { "section", cmd_section },
793 { "end", cmd_end }, 793 { "end", cmd_end },
794 { "window", cmd_window }, 794 { "window", cmd_window },
795 { "base", cmd_base }, 795 { "base", cmd_base },
796 { "button", cmd_button }, 796 { "button", cmd_button },