changeset 4882:8e25dff29859

[gaim-migrate @ 5212] Removed wgaim_created_loginwin committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 24 Mar 2003 18:29:10 +0000
parents 651830ba3720
children 3c3bafae42e8
files src/win32/win32dep.c
diffstat 1 files changed, 1 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- 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) {