diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-23 22:50:26 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-23 22:50:26 +0000 |
| commit | aeafea2041592482cf381fe0c7b5d11b484925e6 (patch) | |
| tree | 7d6f429c789954ad6a0e7cb51d68f41c4cbce775 /ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx | |
| parent | 514782864ed7680901e7bd7a4b8044fc887c71b9 (diff) | |
Android: Added fl_polygon and fl_loop calls. All boxtypes draw well now.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12788 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx')
| -rw-r--r-- | ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx b/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx index c8abb1512..913bafd20 100644 --- a/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx +++ b/ide/AndroidStudio3/app/src/main/cpp/HelloAndroid.cxx @@ -165,7 +165,7 @@ void bt(const char *name, Fl_Boxtype type, int square=0) { } int main(int argc, char ** argv) { - window = new Fl_Double_Window(4*W,ROWS*H); + window = new Fl_Double_Window(-W, 0, 4*W,ROWS*H); window->box(FL_FLAT_BOX); #if 0 // this code uses the command line arguments to set arbitrary color schemes Fl::args(argc, argv); |
