* I think I needed this change to compile this for ZETA
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23119 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -365,7 +365,7 @@ MouseDevice::_RemapButtons(uint32 buttons) const
|
|||||||
uint32 newButtons = 0;
|
uint32 newButtons = 0;
|
||||||
for (int32 i = 0; buttons; i++) {
|
for (int32 i = 0; buttons; i++) {
|
||||||
if (buttons & 0x1) {
|
if (buttons & 0x1) {
|
||||||
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
#if defined(HAIKU_TARGET_PLATFORM_HAIKU) || defined(HAIKU_TARGET_PLATFORM_DANO)
|
||||||
newButtons |= fSettings.map.button[i];
|
newButtons |= fSettings.map.button[i];
|
||||||
#else
|
#else
|
||||||
if (i == 0)
|
if (i == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user