From c8c7fb53d7fc1afccd4c5e2509be0a029ca2de7b Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Thu, 4 Oct 2007 21:19:39 +0000 Subject: Change curse type used for links to the correct one (GTK 2.12/GNOME 2.20 changes what we used to something inappropriate) svn path=/trunk/netsurf/; revision=3622 --- gtk/gtk_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtk_window.c b/gtk/gtk_window.c index c6dc36326..42cdd318d 100644 --- a/gtk/gtk_window.c +++ b/gtk/gtk_window.c @@ -723,7 +723,7 @@ void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape) switch (shape) { case GUI_POINTER_POINT: - cursortype = GDK_HAND1; + cursortype = GDK_HAND2; break; case GUI_POINTER_CARET: cursortype = GDK_XTERM; -- cgit v1.2.3