Fix gcc4 build by adding parens

This commit is contained in:
John Scipione
2013-01-25 00:34:23 -05:00
parent feb6002cf8
commit 65b9235d19
@@ -843,8 +843,8 @@ DefaultWindowBehaviour::MouseDown(BMessage* message, BPoint where,
uint32 flags = fWindow->Flags();
if ((buttons & B_SECONDARY_MOUSE_BUTTON) != 0
|| _IsControlModifier(fLastModifiers)
&& (buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
|| (_IsControlModifier(fLastModifiers)
&& (buttons & B_PRIMARY_MOUSE_BUTTON) != 0)) {
// right mouse button or control + left mouse button
switch (hitRegion) {
case Decorator::REGION_TAB: