mirror of https://github.com/Genymobile/scrcpy
Fix HID mouse header guard
PR #5270 <https://github.com/Genymobile/scrcpy/pull/5270>
This commit is contained in:
parent
1afc8ca368
commit
dad04bf138
|
@ -1,8 +1,6 @@
|
||||||
#ifndef SC_HID_MOUSE_H
|
#ifndef SC_HID_MOUSE_H
|
||||||
#define SC_HID_MOUSE_H
|
#define SC_HID_MOUSE_H
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
@ -24,3 +22,5 @@ sc_hid_mouse_event_from_click(struct sc_hid_event *hid_event,
|
||||||
void
|
void
|
||||||
sc_hid_mouse_event_from_scroll(struct sc_hid_event *hid_event,
|
sc_hid_mouse_event_from_scroll(struct sc_hid_event *hid_event,
|
||||||
const struct sc_mouse_scroll_event *event);
|
const struct sc_mouse_scroll_event *event);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue