resindvd: Fix silly typo in button state tracking.
authorJan Schmidt <thaytan@noraisin.net>
Tue, 16 Nov 2010 06:09:06 +0000 (17:09 +1100)
committerJan Schmidt <jan.schmidt@oracle.com>
Sat, 11 Dec 2010 15:21:53 +0000 (02:21 +1100)
ext/resindvd/resindvdsrc.c

index 72c8d2544e4cb4cb7dd23afec12b94b5bc453e30..3e48e813bd01cb7c4f89786be384d7ae8ee9dc2c 100644 (file)
@@ -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