diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-12-08 14:00:35 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-12-08 14:00:35 +0000 |
| commit | 97b4b0c704aef8194ab0f5d814d39452d0b3221f (patch) | |
| tree | 3c916fe9b80941338f730a440309066501dfbb80 /test/line_style.cxx | |
| parent | ef831abaa73298d9648010d8aede52dc95fcaee1 (diff) | |
Fixed Compiling with mingw-w64 (STR #2308).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7978 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/line_style.cxx')
| -rw-r--r-- | test/line_style.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/line_style.cxx b/test/line_style.cxx index d32a47482..c37b0a7ec 100644 --- a/test/line_style.cxx +++ b/test/line_style.cxx @@ -58,9 +58,9 @@ void test_box::draw() { dashes[3] = char(sliders[8]->value()); dashes[4] = 0; fl_line_style( - (long)(choice[0]->mvalue()->user_data()) + - (long)(choice[1]->mvalue()->user_data()) + - (long)(choice[2]->mvalue()->user_data()), + (long)(choice[0]->mvalue()->argument()) + + (long)(choice[1]->mvalue()->argument()) + + (long)(choice[2]->mvalue()->argument()), (long)(sliders[3]->value()), // width dashes); |
