console/libgnt/gntstyle.c

changeset 14397
e53755c4dcab
parent 14372
61f53bc11687
child 14855
84c869823944
equal deleted inserted replaced
14396:212fe0015a0d 14397:e53755c4dcab
141 const char *style; 141 const char *style;
142 GntStyle en; 142 GntStyle en;
143 } styles[] = {{"shadow", GNT_STYLE_SHADOW}, 143 } styles[] = {{"shadow", GNT_STYLE_SHADOW},
144 {"customcolor", GNT_STYLE_COLOR}, 144 {"customcolor", GNT_STYLE_COLOR},
145 {"mouse", GNT_STYLE_MOUSE}, 145 {"mouse", GNT_STYLE_MOUSE},
146 {"wm", GNT_STYLE_WM},
146 {NULL, 0}}; 147 {NULL, 0}};
147 148
148 if (error) 149 if (error)
149 { 150 {
150 g_printerr("GntStyle: %s\n", error->message); 151 g_printerr("GntStyle: %s\n", error->message);

mercurial