hlcache_handle is typedeffed.

svn path=/trunk/netsurf/; revision=10276
This commit is contained in:
Michael Drake 2010-04-07 16:39:24 +00:00
parent 111920ad95
commit 832daf49fa
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ wimp_menu *current_menu;
/** Whether a menu is currently open */
bool current_menu_open = false;
/** Object under menu, or 0 if no object. */
static struct hlcache_handle *current_menu_object = 0;
static hlcache_handle *current_menu_object = 0;
/** URL of link under menu, or 0 if no link. */
static const char *current_menu_url = 0;
/** Menu of options for form select controls. */