Fix for r33732, now it builds.. don't know if works though.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33761 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -95,15 +95,15 @@ ConfigMenu::ConfigMenu(TrayView *tv, bool useMag)
|
|||||||
tmpm->AddItem(tmpi);
|
tmpm->AddItem(tmpi);
|
||||||
|
|
||||||
msg = new BMessage(MSG_SET_BEHAVIOUR);
|
msg = new BMessage(MSG_SET_BEHAVIOUR);
|
||||||
msg->AddInt32(AR_BEHAVIOUR, B_WARP_MOUSE);
|
msg->AddInt32(AR_BEHAVIOUR, B_WARP_FOCUS_FOLLOWS_MOUSE);
|
||||||
tmpi = new BMenuItem("Warping (ffm)", msg);
|
tmpi = new BMenuItem("Warping (ffm)", msg);
|
||||||
tmpi->SetMarked(tv->fNormalMM == B_WARP_MOUSE);
|
tmpi->SetMarked(tv->fNormalMM == B_WARP_FOCUS_FOLLOWS_MOUSE);
|
||||||
tmpm->AddItem(tmpi);
|
tmpm->AddItem(tmpi);
|
||||||
|
|
||||||
msg = new BMessage(MSG_SET_BEHAVIOUR);
|
msg = new BMessage(MSG_SET_BEHAVIOUR);
|
||||||
msg->AddInt32(AR_BEHAVIOUR, B_INSTANT_WARP_MOUSE);
|
msg->AddInt32(AR_BEHAVIOUR, B_INSTANT_WARP_FOCUS_FOLLOWS_MOUSE);
|
||||||
tmpi = new BMenuItem("Instant warping (ffm)", msg);
|
tmpi = new BMenuItem("Instant warping (ffm)", msg);
|
||||||
tmpi->SetMarked(tv->fNormalMM == B_INSTANT_WARP_MOUSE);
|
tmpi->SetMarked(tv->fNormalMM == B_INSTANT_WARP_FOCUS_FOLLOWS_MOUSE);
|
||||||
tmpm->AddItem(tmpi);
|
tmpm->AddItem(tmpi);
|
||||||
|
|
||||||
tmpm->SetTargetForItems(tv);
|
tmpm->SetTargetForItems(tv);
|
||||||
|
|||||||
Reference in New Issue
Block a user