diff --git a/src/Input/input.hxx b/src/Input/input.hxx index 4b9144f08..a5ff74dbe 100644 --- a/src/Input/input.hxx +++ b/src/Input/input.hxx @@ -248,6 +248,8 @@ private: MAX_MICE = 1, MAX_MOUSE_BUTTONS = 8 }; + struct mouse; + friend struct mouse; typedef vector binding_list_t;