# HG changeset patch # User Herman Bloggs # Date 1048530550 0 # Node ID 8e25dff29859bf712b7bb16b55dfa413776bd50d # Parent 651830ba3720ec72999da85da156dd83f6adf72b [gaim-migrate @ 5212] Removed wgaim_created_loginwin committer: Tailor Script diff -r 651830ba3720 -r 8e25dff29859 src/win32/win32dep.c --- a/src/win32/win32dep.c Mon Mar 24 18:28:09 2003 +0000 +++ b/src/win32/win32dep.c Mon Mar 24 18:29:10 2003 +0000 @@ -54,11 +54,6 @@ BOOL (*MyFlashWindowEx)(PFLASHWINFO pfwi)=NULL; FARPROC wgaim_find_and_loadproc(char*, char*); -/* Gaim window filters from systray.c */ -extern GdkFilterReturn st_buddywin_filter(GdkXEvent*, GdkEvent*, gpointer); -extern GdkFilterReturn st_loginwin_filter(GdkXEvent*, GdkEvent*, gpointer); -extern GdkFilterReturn st_backwin_filter(GdkXEvent*, GdkEvent*, gpointer); - /* * STATIC CODE */ @@ -139,8 +134,7 @@ extended_style = GetWindowLong (hWnd, GWL_EXSTYLE); GetClientRect (hWnd, &trect); AdjustWindowRectEx (&trect, style, FALSE, extended_style); - - gtk_window_move(window, x + (-1 * trect.left) , y + (-1 * trect.top)); + gtk_window_move(window, x + (-1 * trect.left), y + (-1 * trect.top)); } @@ -177,15 +171,6 @@ } } -/* - * These functions are called after their respective windows are created. - */ -void wgaim_created_loginwin( GtkWidget *loginwin ) { - gdk_window_add_filter (GTK_WIDGET(loginwin)->window, - st_loginwin_filter, - NULL); -} - /* Determine Gaim Paths during Runtime */ char* wgaim_install_dir(void) {