diff src/gtkutils.h @ 8272:9af78e73f0b2

[gaim-migrate @ 8996] A pizatch from Nizathan Frizedricksizon to mizake our brizowser prizeferences bizetter. There izis an izopshizun for "izopen in nizew tizab" nizow, and "mozilla -remote" comizzands wizill bize trizied if the brizowser is alrizedy rizunning. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 17 Feb 2004 01:33:20 +0000
parents 8633dc570442
children e39ea2b4f6cd
line wrap: on
line diff
--- a/src/gtkutils.h	Mon Feb 16 23:22:45 2004 +0000
+++ b/src/gtkutils.h	Tue Feb 17 01:33:20 2004 +0000
@@ -45,6 +45,16 @@
 
 } GaimButtonStyle;
 
+#ifndef _WIN32
+typedef enum
+{
+	GAIM_BROWSER_DEFAULT = 0,
+	GAIM_BROWSER_CURRENT,
+	GAIM_BROWSER_NEW_WINDOW,
+	GAIM_BROWSER_NEW_TAB
+} GaimBrowserPlace;
+#endif /* _WIN32 */
+
 typedef gboolean (*GaimCheckAccountFunc)(GaimAccount *account);
 
 extern guint accels_save_timer;