diff src/win32/win32dep.c @ 11709:cae2fb7e8594

[gaim-migrate @ 14000] This is a patch from Casey Harkins to significantly overhaul the docklet plugin. I'm pretty happy about this because it enables us to remove a win32 GTK+ dependency on the core and all the prpls. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 22 Oct 2005 01:18:08 +0000
parents 9f6df41df587
children 4669e7461968
line wrap: on
line diff
--- a/src/win32/win32dep.c	Sat Oct 22 01:03:18 2005 +0000
+++ b/src/win32/win32dep.c	Sat Oct 22 01:18:08 2005 +0000
@@ -28,10 +28,8 @@
 #include <stdio.h>
 #include <winuser.h>
 
-#include <gtk/gtk.h>
 #include <glib.h>
 #include <glib/gstdio.h>
-#include <gdk/gdkwin32.h>
 
 #include "gaim.h"
 #include "debug.h"
@@ -39,7 +37,6 @@
 
 #include "stdafx.h"
 #include "resource.h"
-#include "MinimizeToTray.h"
 #include "idletrack.h"
 #include "zlib.h"
 #include "untar.h"
@@ -366,15 +363,6 @@
 	}
 }
 
-/* Moved over from old systray.c */
-void wgaim_systray_minimize( GtkWidget *window ) {
-	MinimizeWndToTray(GDK_WINDOW_HWND(window->window));
-}
-
-void wgaim_systray_maximize( GtkWidget *window ) {
-	RestoreWndFromTray(GDK_WINDOW_HWND(window->window));
-}
-
 void wgaim_notify_uri(const char *uri) {
 	SHELLEXECUTEINFO sinfo;