summaryrefslogtreecommitdiff
path: root/FL/x.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-11-27 17:48:16 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-11-27 17:48:16 +0000
commit42df8c128819f34f572d892e8bf93cf4cf610ec6 (patch)
tree1888ce849d26c6e79ce6c1b20449cb6a55c85733 /FL/x.H
parent2b85bf81680e2243ef5a5daf85d9eb04321c7278 (diff)
Fix typos from OSX commit.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1766 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/x.H')
-rw-r--r--FL/x.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/x.H b/FL/x.H
index c7b7ff7ff..3222da6fc 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -1,5 +1,5 @@
//
-// "$Id: x.H,v 1.10.2.8.2.2 2001/11/27 17:44:06 easysw Exp $"
+// "$Id: x.H,v 1.10.2.8.2.3 2001/11/27 17:48:16 easysw Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -50,7 +50,7 @@
# include "Fl_Window.H"
// Mirror X definition of Region to Fl_Region, for portability...
-typedef Region Fl_Region
+typedef Region Fl_Region;
FL_EXPORT void fl_open_display();
FL_EXPORT void fl_open_display(Display*);
@@ -133,5 +133,5 @@ extern FL_EXPORT int fl_background_pixel; // hack into Fl_X::make_xid()
#endif
//
-// End of "$Id: x.H,v 1.10.2.8.2.2 2001/11/27 17:44:06 easysw Exp $".
+// End of "$Id: x.H,v 1.10.2.8.2.3 2001/11/27 17:48:16 easysw Exp $".
//