diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-03-03 00:07:17 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-03-03 00:07:17 +0000 |
| commit | fcdc7f1212f2b1cc44375f2764d2752dd257a40d (patch) | |
| tree | 43e3e903a1a55f082e10a66d25305b7dd90d8ee3 /src/Fl_Widget_Surface.cxx | |
| parent | 2d52a3494dcf1574287fed0c5ad89009de2b59e0 (diff) | |
Made Pico/SDL setup compile and run some minimal code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Widget_Surface.cxx')
| -rw-r--r-- | src/Fl_Widget_Surface.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Fl_Widget_Surface.cxx b/src/Fl_Widget_Surface.cxx index 207205c25..8f792565f 100644 --- a/src/Fl_Widget_Surface.cxx +++ b/src/Fl_Widget_Surface.cxx @@ -107,6 +107,10 @@ void Fl_Widget_Surface::traverse(Fl_Widget *widget) } } +void Fl_Widget_Surface::translate(int x, int y) +{ +} + /** @brief Computes the page coordinates of the current origin of graphics functions. * |
