summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-13 15:43:10 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-13 15:43:10 +0000
commitf953ffc27d816d4969f825b8adfb5106e15cfd63 (patch)
treefadef5cb3a1bfd4648118d5d2bf69cc5ec0f1780 /src/Fl.cxx
parent80d05eb962ce78a43faf15c572158f603ce5a029 (diff)
Change _WIN32 to WIN32 for 1.1.x tree.
Cleanup recent tooltip changes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2215 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 45082bb0f..c7fd27136 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl.cxx,v 1.24.2.41.2.27 2002/05/13 05:05:11 spitzak Exp $"
+// "$Id: Fl.cxx,v 1.24.2.41.2.28 2002/05/13 15:43:09 easysw Exp $"
//
// Main event handling code for the Fast Light Tool Kit (FLTK).
//
@@ -672,7 +672,7 @@ int Fl::handle(int event, Fl_Window* window)
////////////////////////////////////////////////////////////////
// hide() destroys the X window, it does not do unmap!
-#if !defined(_WIN32) && USE_XFT
+#if !defined(WIN32) && USE_XFT
extern void fl_destroy_xft_draw(Window);
#endif
@@ -892,5 +892,5 @@ void Fl_Window::flush() {
}
//
-// End of "$Id: Fl.cxx,v 1.24.2.41.2.27 2002/05/13 05:05:11 spitzak Exp $".
+// End of "$Id: Fl.cxx,v 1.24.2.41.2.28 2002/05/13 15:43:09 easysw Exp $".
//