diff options
Diffstat (limited to 'test/blocks.cxx')
| -rw-r--r-- | test/blocks.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blocks.cxx b/test/blocks.cxx index 90707cc34..02999d6f2 100644 --- a/test/blocks.cxx +++ b/test/blocks.cxx @@ -735,7 +735,7 @@ BlockWindow::handle(int event) { switch (event) { case FL_PUSH : - mx = w() - Fl::event_x() + BLOCK_SIZE; + mx = w() - Fl::event_x() + BLOCK_SIZE; my = h() - Fl::event_y(); count = 0; b = 0; |
