comparison console/libgnt/gntstyle.c @ 14335:b1b76fb9c739

[gaim-migrate @ 17031] Add a sample window-manager. This one removes the border and shadows from the buddylist, shows the conversation windows at the right-end of the screen, and puts all the rest of the dialogs in the middle of the screen. I was not planning on committing this just yet, but I accidentally included the change in configure.ac, and I don't want to get yelled at ;) committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 25 Aug 2006 18:21:22 +0000
parents a766441af5ea
children 8a0cfee11af8
comparison
equal deleted inserted replaced
14334:17eba43f98a9 14335:b1b76fb9c739
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);