mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
resindvd: Fix silly typo in button state tracking.
This commit is contained in:
parent
f3d8e3920d
commit
c12fc9edda
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ typedef enum
|
|||
RSN_BTN_LEFT = 0x01,
|
||||
RSN_BTN_RIGHT = 0x02,
|
||||
RSN_BTN_UP = 0x04,
|
||||
RSN_BTN_DOWN = 0x04
|
||||
RSN_BTN_DOWN = 0x08
|
||||
} RsnBtnMask;
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue