diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-03-27 08:51:54 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-03-27 08:51:54 +0000 |
| commit | 421f908c69ddf071b024608ae506472eb4edf962 (patch) | |
| tree | 3f247dc7a27e8281c0156462f93313d19cca1af8 /test/device.cxx | |
| parent | 506fa9d03492189c33f4a86189eda52bffe64b91 (diff) | |
Bringing supported IDEs to the newest setup, add device and others.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7345 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/device.cxx')
| -rw-r--r-- | test/device.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/device.cxx b/test/device.cxx index 0be6378c0..4a6cf7171 100644 --- a/test/device.cxx +++ b/test/device.cxx @@ -172,7 +172,7 @@ protected: fl_xyline(x()+5,y()+61,x()+48); fl_line_style(FL_DASHDOTDOT); fl_xyline(x()+5,y()+64,x()+48); - fl_line_style(0,0,"\7\3\7\2"); + fl_line_style(0,0,(char*)"\7\3\7\2"); fl_xyline(x()+5,y()+67,x()+48); @@ -460,7 +460,7 @@ protected: fl_color(FL_BLUE); - fl_line_style(0, 5, "\12\3\4\2\2\1"); + fl_line_style(0, 5, (char*)"\12\3\4\2\2\1"); fl_begin_line(); fl_vertex(10, 10); fl_vertex(190, 10); |
