diff src/win32/win32dep.h @ 3950:c25cf0495533

[gaim-migrate @ 4129] Moved systray functionality to systray.c committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 11 Nov 2002 21:57:19 +0000
parents 41e7544a9c67
children d9287e87ba56
line wrap: on
line diff
--- a/src/win32/win32dep.h	Mon Nov 11 21:56:08 2002 +0000
+++ b/src/win32/win32dep.h	Mon Nov 11 21:57:19 2002 +0000
@@ -5,22 +5,28 @@
 #ifndef _WIN32DEP_H_
 #define _WIN32DEP_H_
 #include <winsock.h>
+#include <gtk/gtk.h>
 #include <gdk/gdkevents.h>
 #include "winerror.h"
 #include "libc_interface.h"
-
+#include "systray.h"
 
 /*
  *  PROTOS
  */
 
-/* win32dep.c */
+/**
+ ** win32dep.c
+ **/
+/* Misc */
+HINSTANCE wgaim_hinstance(void);
+
+/* Determine Gaim paths */
 extern char* wgaim_install_dir(void);
 extern char* wgaim_lib_dir(void);
 extern char* wgaim_locale_dir(void);
-extern GdkFilterReturn wgaim_window_filter(GdkXEvent *xevent, 
-					   GdkEvent *event, 
-					   gpointer data);
+
+/* init / cleanup */
 extern void wgaim_init(void);
 extern void wgaim_cleanup(void);