From 8d89d760fa2d01b7f6e38067793d1b480817ae78 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 23 Mar 2016 13:56:46 +0000 Subject: Fix Linux build: one include file and missing #include . git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11405 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx') diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx index 209e688dd..99f1da627 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx @@ -16,15 +16,13 @@ // http://www.fltk.org/str.php // -#ifndef FL_CFG_GFX_XLIB_VERTEX_CXX -#define FL_CFG_GFX_XLIB_VERTEX_CXX - /** - \file Fl_Xlib_Graphics_Driver_vertex.cxx - \brief Portable drawing code for drawing arbitrary shapes with - simple 2D transformations, implemented for X11 Xlib. - */ + \file Fl_Xlib_Graphics_Driver_vertex.cxx + \brief Portable drawing code for drawing arbitrary shapes with + simple 2D transformations, implemented for X11 Xlib. +*/ +#include #include "Fl_Xlib_Graphics_Driver.H" #include @@ -109,8 +107,6 @@ void Fl_Xlib_Graphics_Driver::circle(double x, double y,double r) { (fl_display, fl_window, gc_, llx, lly, w, h, 0, 360*64); } -#endif // FL_CFG_GFX_XLIB_VERTEX_CXX - // // End of "$Id$". // -- cgit v1.2.3