diff gtk/gtkmain.c @ 14574:333989477bcd

[gaim-migrate @ 17298] On win32, ensure that conversation windows are initially put in a sane place (instead of just [0,0]). This can easily be extended to any other problematic windows. I should have done this a long time ago to prevent countless bug reports. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 17 Sep 2006 23:13:55 +0000
parents 3ff55ec8203a
children 2c1781ea074c
line wrap: on
line diff
--- a/gtk/gtkmain.c	Sun Sep 17 22:43:01 2006 +0000
+++ b/gtk/gtkmain.c	Sun Sep 17 23:13:55 2006 +0000
@@ -77,10 +77,6 @@
 # include <gdk/gdkx.h>
 #endif
 
-#ifdef _WIN32
-# include "gtkwin32dep.h"
-#endif
-
 
 
 #ifdef HAVE_STARTUP_NOTIFICATION
@@ -476,17 +472,15 @@
 	int sig_indx;	/* for setting up signal catching */
 	sigset_t sigset;
 	RETSIGTYPE (*prev_sig_disp)(int);
-#endif
-	int opt;
-	gboolean gui_check;
-	gboolean debug_enabled;
-#ifdef HAVE_SIGNAL_H
 	char errmsg[BUFSIZ];
 #ifndef DEBUG
 	char *segfault_message_tmp;
 	GError *error = NULL;
 #endif
 #endif
+	int opt;
+	gboolean gui_check;
+	gboolean debug_enabled;
 
 	struct option long_options[] = {
 		{"config",   required_argument, NULL, 'c'},