console/libgnt/gntstyle.c

changeset 14372
61f53bc11687
parent 14361
4d6014205744
child 14397
e53755c4dcab
equal deleted inserted replaced
14371:d1d58f1184f6 14372:61f53bc11687
140 { 140 {
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 {NULL, 0}}; 146 {NULL, 0}};
146 147
147 if (error) 148 if (error)
148 { 149 {
149 g_printerr("GntStyle: %s\n", error->message); 150 g_printerr("GntStyle: %s\n", error->message);

mercurial