diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 9858d55f4d5..574e8eb4f15 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8340,7 +8340,7 @@ x_check_expected_move (f, expected_left, expected_top) | |||
| 8340 | int expected_left; | 8340 | int expected_left; |
| 8341 | int expected_top; | 8341 | int expected_top; |
| 8342 | { | 8342 | { |
| 8343 | int count = 0, current_left = 0, current_top = 0; | 8343 | int current_left = 0, current_top = 0; |
| 8344 | 8344 | ||
| 8345 | /* x_real_positions returns the left and top offsets of the outermost | 8345 | /* x_real_positions returns the left and top offsets of the outermost |
| 8346 | window manager window around the frame. */ | 8346 | window manager window around the frame. */ |