summaryrefslogtreecommitdiff
path: root/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-23 13:56:46 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-23 13:56:46 +0000
commit8d89d760fa2d01b7f6e38067793d1b480817ae78 (patch)
tree745980094c39bc6074429cd43bc33c4736a2c720 /src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx
parenta114e3ab4d9fa408061003c04a95b293b3842f24 (diff)
Fix Linux build: one include file and missing #include <config.h>.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11405 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx')
-rw-r--r--src/drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx14
1 files changed, 5 insertions, 9 deletions
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 <config.h>
#include "Fl_Xlib_Graphics_Driver.H"
#include <FL/fl_draw.H>
@@ -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$".
//