summaryrefslogtreecommitdiff
path: root/desktop/cookie_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/cookie_manager.h')
-rw-r--r--desktop/cookie_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/cookie_manager.h b/desktop/cookie_manager.h
index aa61a3e65..3565caf63 100644
--- a/desktop/cookie_manager.h
+++ b/desktop/cookie_manager.h
@@ -26,12 +26,12 @@
#include <stdbool.h>
#include <stdint.h>
-#include "desktop/browser.h"
#include "desktop/core_window.h"
#include "desktop/textinput.h"
#include "utils/errors.h"
struct cookie_data;
+enum browser_mouse_state;
/**
* Initialise the cookie manager.
@@ -92,7 +92,7 @@ void cookie_manager_redraw(int x, int y, struct rect *clip,
* \param x X coordinate
* \param y Y coordinate
*/
-void cookie_manager_mouse_action(browser_mouse_state mouse, int x, int y);
+void cookie_manager_mouse_action(enum browser_mouse_state mouse, int x, int y);
/**
* Key press handling.