comparison console/libgnt/gntstyle.c @ 14310:a766441af5ea

[gaim-migrate @ 17000] Add support for mouse. Currently you can: - click on the taskbar to bring a window on top - click on the topmost line of the *active* window and drag+drop to move the window. This is disabled by default. You can enable it by setting "mouse = 1" in ~/.gntrc. If you enable mouse support, then do shift+click to get the usual behaviours (eg. shift+middleclick to paste etc.) committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 23 Aug 2006 12:29:08 +0000
parents ea5193c23171
children b1b76fb9c739
comparison
equal deleted inserted replaced
14309:578a2c9af05e 14310:a766441af5ea
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);