projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3d8e39
)
resindvd: Fix silly typo in button state tracking.
author
Jan Schmidt
<thaytan@noraisin.net>
Tue, 16 Nov 2010 06:09:06 +0000
(17:09 +1100)
committer
Jan Schmidt
<jan.schmidt@oracle.com>
Sat, 11 Dec 2010 15:21:53 +0000
(
02:21
+1100)
ext/resindvd/resindvdsrc.c
patch
|
blob
|
history
diff --git
a/ext/resindvd/resindvdsrc.c
b/ext/resindvd/resindvdsrc.c
index 72c8d2544e4cb4cb7dd23afec12b94b5bc453e30..3e48e813bd01cb7c4f89786be384d7ae8ee9dc2c 100644
(file)
--- a/
ext/resindvd/resindvdsrc.c
+++ b/
ext/resindvd/resindvdsrc.c
@@
-61,7
+61,7
@@
typedef enum
RSN_BTN_LEFT = 0x01,
RSN_BTN_RIGHT = 0x02,
RSN_BTN_UP = 0x04,
- RSN_BTN_DOWN = 0x0
4
+ RSN_BTN_DOWN = 0x0
8
} RsnBtnMask;
enum