summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r--desktop/hotlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h
index e5ae83499..7e2aa6955 100644
--- a/desktop/hotlist.h
+++ b/desktop/hotlist.h
@@ -22,12 +22,12 @@
#include <stdbool.h>
#include <stdint.h>
-#include "desktop/browser.h"
#include "desktop/core_window.h"
#include "desktop/textinput.h"
#include "utils/errors.h"
#include "utils/nsurl.h"
+enum browser_mouse_state;
/**
* Initialise the hotlist.
@@ -183,7 +183,7 @@ void hotlist_redraw(int x, int y, struct rect *clip,
* \param x X coordinate
* \param y Y coordinate
*/
-void hotlist_mouse_action(browser_mouse_state mouse, int x, int y);
+void hotlist_mouse_action(enum browser_mouse_state mouse, int x, int y);
/**
* Key press handling.