summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.c b/src/display.c
index 9f596c5..36368aa 100644
--- a/src/display.c
+++ b/src/display.c
@@ -3430,7 +3430,7 @@ char *data;
y = bp[4] - 33;
if (x >= D_forecv->c_xs && x <= D_forecv->c_xe && y >= D_forecv->c_ys && y <= D_forecv->c_ye)
{
- if (D_fore && (D_fore->w_mouse || (D_mousetrack && D_forecv->c_layer->l_mode == 1)))
+ if ((D_fore && D_fore->w_mouse) || (D_mousetrack && D_forecv->c_layer->l_mode == 1))
{
/* Send clicks only if the window is expecting clicks */
x -= D_forecv->c_xoff;