summaryrefslogtreecommitdiff
path: root/src/gnome2/commentary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnome2/commentary.c')
-rw-r--r--src/gnome2/commentary.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/gnome2/commentary.c b/src/gnome2/commentary.c
index c940648..639185d 100644
--- a/src/gnome2/commentary.c
+++ b/src/gnome2/commentary.c
@@ -28,7 +28,11 @@
#ifdef USE_GTKMOZEMBED
+#ifdef WIN32
+#include "geckowin/gecko-html.h"
+#else
#include "gecko/gecko-html.h"
+#endif
#else
#include <gtkhtml/gtkhtml.h>
#include "gui/html.h"
@@ -63,6 +67,8 @@
#include "main/display.hh"
#include "main/url.hh"
+#include "gui/debug_glib_null.h"
+
/******************************************************************************
* Name
@@ -143,12 +149,13 @@ static gboolean on_comm_button_press_event(GtkWidget * widget,
* gboolean
*/
+extern gboolean in_url;
+
static gboolean on_comm_button_release_event(GtkWidget * widget,
GdkEventButton * event,
gpointer data)
{
//#ifdef GTKHTML
- extern gboolean in_url;
gchar *key;
const gchar *url;