Mercurial > pidgin.yaz
changeset 8147:0d3e75a09f15
[gaim-migrate @ 8855]
(23:35:28) deryni: "Those of you in Windows-land can rejoice and see cursors. But Paco-Paco will still tell you your OS sucks."
(23:35:47) Paco-Paco: you and your OS suck
(23:35:52) Paco-Paco: that would be better
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 20 Jan 2004 04:35:37 +0000 |
parents | 596c64a2a2d0 |
children | c06b233aa84d |
files | src/win32/win32dep.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/win32/win32dep.c Tue Jan 20 02:51:14 2004 +0000 +++ b/src/win32/win32dep.c Tue Jan 20 04:35:37 2004 +0000 @@ -110,13 +110,13 @@ return TRUE; } -static void halt_flash_filter(GtkWidget *widget, GdkEventFocus *event, gpointer data) { +static int halt_flash_filter(GtkWidget *widget, GdkEventFocus *event, gpointer data) { if(MyFlashWindowEx) { HWND hWnd = data; FLASHWINFO info; if(!IsWindow(hWnd)) - return; + return 0; memset(&info, 0, sizeof(FLASHWINFO)); info.cbSize = sizeof(FLASHWINFO); info.hwnd = hWnd; @@ -134,6 +134,7 @@ gaim_debug(GAIM_DEBUG_INFO, "wgaim", "done\n"); g_free(finfo); } + return 0; } static void load_winver_specific_procs(void) {