Add mention of GTK 2.8 dependancy

svn path=/trunk/netsurf/; revision=3601
This commit is contained in:
Rob Kendrick 2007-09-28 21:04:57 +00:00
parent a9d6811bdc
commit fddee1c894
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ OS, this should suffice:
apt-get install libglade2-dev libcurl3-dev libxml2-dev libmng-dev
apt-get install librsvg2-dev lemon re2c
NetSurf requires at minimum GTK 2.8. Earlier versions will not work. It
also depends on Cairo for rendering, but you should have this already with
versions of GTK 2.8 or later.
This will pull in loads of things, like all the GTK dev libraries, the PNG and
JPEG libraries, colour management libraries, zlib, OpenSSL etc that NetSurf
also depends on.

View File

@ -731,7 +731,7 @@ void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape)
cursortype = GDK_QUESTION_ARROW;
break;
case GUI_POINTER_MENU:
cursortype = GDK_RIGHTBUTTON;
cursortype = GDK_CENTER_PTR;
break;
case GUI_POINTER_PROGRESS:
/* In reality, this needs to be the funky left_ptr_watch