From 774503e35ba802cec7dcae9c414706b7e1be35d1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 3 Mar 2018 14:37:53 +0000 Subject: Android: reorganizing git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12707 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Android/Fl_Android_Graphics_Driver.H | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'src/drivers/Android/Fl_Android_Graphics_Driver.H') 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 -//#include #include #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$". -- cgit v1.2.3