* 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:
Stephan Aßmus
2007-12-12 21:55:40 +00:00
parent fd0986401e
commit 216310852f
@@ -365,7 +365,7 @@ MouseDevice::_RemapButtons(uint32 buttons) const
uint32 newButtons = 0;
for (int32 i = 0; buttons; i++) {
if (buttons & 0x1) {
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
#if defined(HAIKU_TARGET_PLATFORM_HAIKU) || defined(HAIKU_TARGET_PLATFORM_DANO)
newButtons |= fSettings.map.button[i];
#else
if (i == 0)