diff src/win32/win32dep.h @ 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 22bfbc2a5555
children 202ce52b77a9
line wrap: on
line diff
--- a/src/win32/win32dep.h	Sat Oct 22 01:03:18 2005 +0000
+++ b/src/win32/win32dep.h	Sat Oct 22 01:18:08 2005 +0000
@@ -25,8 +25,6 @@
 #include <shlobj.h>
 #include <winsock2.h>
 #include <process.h>
-#include <gtk/gtk.h>
-#include <gdk/gdkevents.h>
 #include "wgaimerror.h"
 #include "libc_interface.h"
 
@@ -51,9 +49,6 @@
 /* Utility */
 extern int       wgaim_gz_decompress(const char* in, const char* out);
 extern int       wgaim_gz_untar(const char* filename, const char* destdir);
-/* Docklet */
-extern void      wgaim_systray_minimize( GtkWidget* );
-extern void      wgaim_systray_maximize( GtkWidget* );
 /* Misc */
 extern void      wgaim_notify_uri(const char *uri);
 /* init / cleanup */