diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-03 14:37:53 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-03 14:37:53 +0000 |
| commit | 774503e35ba802cec7dcae9c414706b7e1be35d1 (patch) | |
| tree | 5f6d2a40de8a229a9154fcfe31a5dd28b628c82c /src/drivers/Android/Fl_Android_Graphics_Driver.H | |
| parent | b57199097a4c02bae09cc875a92d9b909257a831 (diff) | |
Android: reorganizing
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12707 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Android/Fl_Android_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/Android/Fl_Android_Graphics_Driver.H | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/src/drivers/Android/Fl_Android_Graphics_Driver.H b/src/drivers/Android/Fl_Android_Graphics_Driver.H index 6e8a7e6ff..210190376 100644 --- a/src/drivers/Android/Fl_Android_Graphics_Driver.H +++ b/src/drivers/Android/Fl_Android_Graphics_Driver.H @@ -1,10 +1,10 @@ // // "$Id$" // -// Definition of classes Fl_Graphics_Driver, Fl_Surface_Device, Fl_Display_Device +// Definition of classes Fl_Graphics_Driver, Fl_Surface_Device, Fl_Display_Device // for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2018 by Bill Spitzak and others. +// Copyright 2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -18,15 +18,14 @@ // /** - \file Fl_GDI_Graphics_Driver.H - \brief Definition of Windows GDI graphics driver. + \file Fl_Android_Graphics_Driver.H + \brief Definition of Android graphics driver. */ -#ifndef FL_GDI_GRAPHICS_DRIVER_H -#define FL_GDI_GRAPHICS_DRIVER_H +#ifndef FL_ANDROID_GRAPHICS_DRIVER_H +#define FL_ANDROID_GRAPHICS_DRIVER_H #include <FL/Fl_Graphics_Driver.H> -//#include <windows.h> #include <limits.h> #if 0 @@ -222,10 +221,7 @@ protected: /** - The graphics driver used when printing on Windows. - - This class is implemented only on the Windows platform. - It is extremely similar to Fl_GDI_Graphics_Driver. + The graphics driver used when printing on Android. */ class FL_EXPORT Fl_Android_Printer_Graphics_Driver : public Fl_Android_Graphics_Driver { @@ -245,7 +241,7 @@ public: }; -#endif // FL_GDI_GRAPHICS_DRIVER_H +#endif // FL_ANDROID_GRAPHICS_DRIVER_H // // End of "$Id$". |
