SerialMouse.h: Fix broken code
error: 'typedef' was ignored in this declaration Signed-off-by: Jaroslaw Pelczar <[email protected]> Change-Id: Iad5b398d750ed76f352510b625867fab05e1411d Reviewed-on: https://review.haiku-os.org/c/haiku/+/1770 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
f31e9e37d9
commit
c6e4214796
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <keyboard_mouse_driver.h>
|
#include <keyboard_mouse_driver.h>
|
||||||
|
|
||||||
typedef enum mouse_id {
|
enum mouse_id {
|
||||||
kNoDevice = -2,
|
kNoDevice = -2,
|
||||||
kUnknown = -1, // Something there, but can't recognize it yet.
|
kUnknown = -1, // Something there, but can't recognize it yet.
|
||||||
kNotSet = 0,
|
kNotSet = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user