Mercurial > pidgin.yaz
changeset 4881:651830ba3720
[gaim-migrate @ 5211]
Removed st_loginwin_filter
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Mon, 24 Mar 2003 18:28:09 +0000 |
parents | 9b51c090236a |
children | 8e25dff29859 |
files | src/win32/systray.c |
diffstat | 1 files changed, 0 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- 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) {