diff options
| author | Manolo Gouy <Manolo> | 2016-03-29 19:52:51 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-29 19:52:51 +0000 |
| commit | 08677d0cb6a9d7e799e315fd3a6f8ed919ce4d90 (patch) | |
| tree | ba84de1ee05f0f64863d3c5557050fadbe5c12ed /src | |
| parent | fd600aa2396cc7fa0d4cd020cd318fbe6ef6e9b4 (diff) | |
Clean mac.H of a few useless #include directives.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11468 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H index 75b64fe6b..f9713f1aa 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H @@ -45,6 +45,7 @@ class Fl_Window; class FL_EXPORT Fl_Cocoa_Screen_Driver : public Fl_Screen_Driver { protected: + struct XRectangle {int x, y, width, height;}; XRectangle screens[MAX_SCREENS]; float dpi_h[MAX_SCREENS]; float dpi_v[MAX_SCREENS]; |
