[gaim-migrate @ 8855]

Tue, 20 Jan 2004 04:35:37 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Tue, 20 Jan 2004 04:35:37 +0000
changeset 8147
66d1a9570b4c
parent 8146
4961c9c5fd61
child 8148
dc970ca129c5

[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: Luke Schierer <lschiere@pidgin.im>

src/win32/win32dep.c file | annotate | diff | comparison | revisions
--- 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) {

mercurial