diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index a440271a2d3..5e2a8171ff3 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1453,7 +1453,7 @@ some_mouse_moved () | |||
| 1453 | 1453 | ||
| 1454 | if (ignore_mouse_drag_p) | 1454 | if (ignore_mouse_drag_p) |
| 1455 | { | 1455 | { |
| 1456 | //ignore_mouse_drag_p = 0; | 1456 | /* ignore_mouse_drag_p = 0; */ |
| 1457 | return 0; | 1457 | return 0; |
| 1458 | } | 1458 | } |
| 1459 | 1459 | ||