summaryrefslogtreecommitdiff
path: root/test/blocks.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-05-20 16:32:37 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-05-20 16:32:37 +0000
commitabde88e22021a1ab7f2abc119c3eed398f8ae524 (patch)
tree839a82edb19ab02a46f71a16e705cefd6ddc3050 /test/blocks.cxx
parentd8c288df3e51f156e9900313ec33b3d4c8ae3f84 (diff)
On OS X: disable all 'deprecated' warnings to be able to see the really important warnings. Nevertheless, we will have to replace all Carbon calls as soon as possible. Also re-fixed (i hope) the 'return' from an endless loop in 'threads.cxx'
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5849 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/blocks.cxx')
-rw-r--r--test/blocks.cxx2
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;