| 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); |