summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-26 18:36:44 +0000
committerManolo Gouy <Manolo>2016-03-26 18:36:44 +0000
commit6d8ca8eeb60482f09e787a610a64647969ff1c17 (patch)
tree3e6cb5c0923c4bc1e1f07ee8e72344bfc551ef73
parent24fd68560f7e2b8fe9bfdb676a39ab893c6b8fe0 (diff)
Move all content of the header after the anti-repetition guard.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11436 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_System_Driver.H10
1 files changed, 5 insertions, 5 deletions
diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H
index b39286edd..81128fdcf 100644
--- a/FL/Fl_System_Driver.H
+++ b/FL/Fl_System_Driver.H
@@ -21,6 +21,11 @@
\brief declaration of class Fl_System_Driver.
*/
+#ifndef FL_SYSTEM_DRIVER_H
+#define FL_SYSTEM_DRIVER_H
+
+#include <FL/Fl_Export.H>
+
#ifdef __APPLE__
typedef struct CGContext* Fl_Offscreen;
typedef struct CGImage* Fl_Bitmask;
@@ -45,11 +50,6 @@ typedef struct _XRegion *Fl_Region;
#endif // __APPLE__
-#ifndef FL_SYSTEM_DRIVER_H
-#define FL_SYSTEM_DRIVER_H
-
-#include <FL/Fl_Export.H>
-
/**
\brief A base class for platform specific window handling code.
*/