comparison src/win32/win32dep.c @ 8273:f24172f53650

[gaim-migrate @ 8997] This is Scott Lamb's eventloop abstraction patch. If it breaks things, Scott Lamb will be glad to take the punishment. If it doesn't, it should make integration into other event loops easier. Well, no, not easier, harder actually, but it'll be done more appropriately and less hackily.. er, hacky. Is hackily a word? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 17 Feb 2004 02:17:48 +0000
parents 0d3e75a09f15
children ef881489396e
comparison
equal deleted inserted replaced
8272:9af78e73f0b2 8273:f24172f53650
446 } 446 }
447 else { 447 else {
448 WGAIM_FLASH_INFO *finfo = g_new0(WGAIM_FLASH_INFO, 1); 448 WGAIM_FLASH_INFO *finfo = g_new0(WGAIM_FLASH_INFO, 1);
449 449
450 /* Start Flashing window */ 450 /* Start Flashing window */
451 finfo->t_handle = g_timeout_add(1000, 451 finfo->t_handle = gaim_timeout_add(1000,
452 flash_window_cb, 452 flash_window_cb,
453 GDK_WINDOW_HWND(window->window)); 453 GDK_WINDOW_HWND(window->window));
454 finfo->sig_handler = g_signal_connect(G_OBJECT(window), 454 finfo->sig_handler = g_signal_connect(G_OBJECT(window),
455 "focus-in-event", 455 "focus-in-event",
456 G_CALLBACK(halt_flash_filter), finfo); 456 G_CALLBACK(halt_flash_filter), finfo);