mirror of https://github.com/fltk/fltk
Make 'driver' header include guards more standard.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12380 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
5a9c159350
commit
4198caa780
|
@ -22,12 +22,11 @@
|
|||
\brief Definition of OpenGL graphics driver.
|
||||
*/
|
||||
|
||||
#ifndef FL_CFG_GFX_OPENGL_H
|
||||
#define FL_CFG_GFX_OPENGL_H
|
||||
#ifndef FL_OPENGL_GRAPHICS_DRIVER_H
|
||||
#define FL_OPENGL_GRAPHICS_DRIVER_H
|
||||
|
||||
#include <FL/Fl_Graphics_Driver.H>
|
||||
|
||||
|
||||
/**
|
||||
\brief OpenGL specific graphics class.
|
||||
*/
|
||||
|
@ -95,8 +94,7 @@ public:
|
|||
void delete_bitmask(Fl_Bitmask bm) { };
|
||||
};
|
||||
|
||||
|
||||
#endif // FL_CFG_GFX_OPENGL_H
|
||||
#endif // FL_OPENGL_GRAPHICS_DRIVER_H
|
||||
|
||||
//
|
||||
// End of "$Id$".
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
\brief Definition of X11 Xlib graphics driver.
|
||||
*/
|
||||
|
||||
#ifndef FL_CFG_GFX_XLIB_H
|
||||
#define FL_CFG_GFX_XLIB_H
|
||||
#ifndef FL_XLIB_GRAPHICS_DRIVER_H
|
||||
#define FL_XLIB_GRAPHICS_DRIVER_H
|
||||
|
||||
#include <config.h>
|
||||
#include <FL/Fl_Graphics_Driver.H>
|
||||
|
@ -189,8 +189,7 @@ protected:
|
|||
virtual Fl_Font set_fonts(const char* xstarname);
|
||||
};
|
||||
|
||||
|
||||
#endif // FL_CFG_GFX_XLIB_H
|
||||
#endif // FL_XLIB_GRAPHICS_DRIVER_H
|
||||
|
||||
//
|
||||
// End of "$Id$".
|
||||
|
|
Loading…
Reference in New Issue