comparison gui/app.c @ 33270:f9d3084f2e95

Use designators for structure initialization.
author ib
date Tue, 03 May 2011 15:55:20 +0000
parents de4f5f183ddb
children c5a19bbeac2b
comparison
equal deleted inserted replaced
33269:49ca38147d1f 33270:f9d3084f2e95
22 #include "skin/font.h" 22 #include "skin/font.h"
23 23
24 #include "libavutil/common.h" 24 #include "libavutil/common.h"
25 25
26 guiItems appMPlayer = { 26 guiItems appMPlayer = {
27 { 0 }, { 0 }, 0, 27 .IndexOfMainItems = -1,
28 { 0 }, { 0 }, 28 .IndexOfBarItems = -1,
29 { 0 }, { 0 }, 0, 29 .IndexOfMenuItems = -1
30 { 0 }, { 0 }, { 0 }, 0,
31 -1, { 0 },
32 -1, { 0 },
33 -1, { 0 }
34 }; 30 };
35 31
36 static const evName evNames[] = { 32 static const evName evNames[] = {
37 { evNone, "evNone" }, 33 { evNone, "evNone" },
38 { evPlay, "evPlay" }, 34 { evPlay, "evPlay" },