Mon, 24 Mar 2003 18:28:09 +0000
[gaim-migrate @ 5211]
Removed st_loginwin_filter
| src/win32/systray.c | file | annotate | diff | comparison | revisions |
--- a/src/win32/systray.c Mon Mar 24 18:27:00 2003 +0000 +++ b/src/win32/systray.c Mon Mar 24 18:28:09 2003 +0000 @@ -397,23 +397,6 @@ * PUBLIC CODE */ -/* - * GAIM WINDOW FILTERS - **********************/ - -GdkFilterReturn st_loginwin_filter( GdkXEvent *xevent, GdkEvent *event, gpointer data) { - MSG *msg = (MSG*)xevent; - - switch( msg->message ) { - case WM_CLOSE: - wgaim_systray_minimize(mainwindow); - gtk_widget_hide(mainwindow); - return GDK_FILTER_REMOVE; - } - - return GDK_FILTER_CONTINUE; -} - /* Create a hidden window and associate it with the systray icon. We use this hidden window to proccess WM_TRAYMESSAGE msgs. */ void wgaim_systray_init(void) {