comparison plugins/win32/transparency/win2ktrans.c @ 4492:d629e7989a8a

[gaim-migrate @ 4767] Trans back to normal on plugin removal. - Thanks Phrogie committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 31 Jan 2003 19:42:56 +0000
parents 6c38239ff612
children 7f2de19d052d
comparison
equal deleted inserted replaced
4491:3196d9044a45 4492:d629e7989a8a
329 debug_printf("Removing win2ktrans.dll plugin\n"); 329 debug_printf("Removing win2ktrans.dll plugin\n");
330 if(window_list) { 330 if(window_list) {
331 g_list_free(window_list); 331 g_list_free(window_list);
332 window_list = NULL; 332 window_list = NULL;
333 } 333 }
334 if(blist) {
335 SetWindowPos(GDK_WINDOW_HWND(blist->window), HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
336 set_wintrans_off(blist);
337 }
334 } 338 }
335 339
336 struct gaim_plugin_description desc; 340 struct gaim_plugin_description desc;
337 341
338 G_MODULE_EXPORT struct gaim_plugin_description *gaim_plugin_desc() { 342 G_MODULE_EXPORT struct gaim_plugin_description *gaim_plugin_desc() {