Skip to content

Commit

Permalink
WIN32 compile fixes.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2287 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Jun 7, 2002
1 parent 861ad97 commit f50c056
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/Fl_get_key_win32.cxx
@@ -1,5 +1,5 @@
//
// "$Id: Fl_get_key_win32.cxx,v 1.4.2.5.2.2 2002/01/01 15:11:31 easysw Exp $"
// "$Id: Fl_get_key_win32.cxx,v 1.4.2.5.2.3 2002/06/07 16:37:48 easysw Exp $"
//
// WIN32 keyboard state routines for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -28,7 +28,7 @@
// VK_x symbols.

#include <FL/Fl.H>
#include <FL/win32.H>
#include <FL/x.H>

// convert an Fltk (X) keysym to a MSWindows VK symbol:
// See also the inverse converter in Fl_win32.cxx
Expand Down Expand Up @@ -132,5 +132,5 @@ int Fl::get_key(int k) {
}

//
// End of "$Id: Fl_get_key_win32.cxx,v 1.4.2.5.2.2 2002/01/01 15:11:31 easysw Exp $".
// End of "$Id: Fl_get_key_win32.cxx,v 1.4.2.5.2.3 2002/06/07 16:37:48 easysw Exp $".
//
6 changes: 3 additions & 3 deletions src/Fl_win32.cxx
@@ -1,5 +1,5 @@
//
// "$Id: Fl_win32.cxx,v 1.33.2.37.2.35 2002/05/25 13:38:24 easysw Exp $"
// "$Id: Fl_win32.cxx,v 1.33.2.37.2.36 2002/06/07 16:37:48 easysw Exp $"
//
// WIN32-specific code for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -28,7 +28,7 @@
// for other system-specific code.

#include <FL/Fl.H>
#include <FL/win32.H>
#include <FL/x.H>
#include <FL/Fl_Window.H>
#include "flstring.h"
#include <stdio.h>
Expand Down Expand Up @@ -1175,5 +1175,5 @@ void Fl_Window::make_current() {
}

//
// End of "$Id: Fl_win32.cxx,v 1.33.2.37.2.35 2002/05/25 13:38:24 easysw Exp $".
// End of "$Id: Fl_win32.cxx,v 1.33.2.37.2.36 2002/06/07 16:37:48 easysw Exp $".
//
6 changes: 3 additions & 3 deletions src/fl_color_win32.cxx
@@ -1,5 +1,5 @@
//
// "$Id: fl_color_win32.cxx,v 1.14.2.3.2.4 2002/05/16 02:16:17 easysw Exp $"
// "$Id: fl_color_win32.cxx,v 1.14.2.3.2.5 2002/06/07 16:37:48 easysw Exp $"
//
// WIN32 color functions for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -34,7 +34,7 @@

#include <config.h>
#include <FL/Fl.H>
#include <FL/win32.H>
#include <FL/x.H>
#include <FL/fl_draw.H>

static unsigned fl_cmap[256] = {
Expand Down Expand Up @@ -222,5 +222,5 @@ fl_select_palette(void)
#endif

//
// End of "$Id: fl_color_win32.cxx,v 1.14.2.3.2.4 2002/05/16 02:16:17 easysw Exp $".
// End of "$Id: fl_color_win32.cxx,v 1.14.2.3.2.5 2002/06/07 16:37:48 easysw Exp $".
//
6 changes: 3 additions & 3 deletions src/fl_dnd_win32.cxx
@@ -1,5 +1,5 @@
//
// "$Id: fl_dnd_win32.cxx,v 1.5.2.10 2002/05/25 13:38:25 easysw Exp $"
// "$Id: fl_dnd_win32.cxx,v 1.5.2.11 2002/06/07 16:37:48 easysw Exp $"
//
// Drag & Drop code for the Fast Light Tool Kit (FLTK).
//
Expand Down Expand Up @@ -27,7 +27,7 @@
// for other system-specific code.

#include <FL/Fl.H>
#include <FL/win32.H>
#include <FL/x.H>
#include <FL/Fl_Window.H>
#include "flstring.h"
#include <stdio.h>
Expand Down Expand Up @@ -349,5 +349,5 @@ int Fl::dnd()


//
// End of "$Id: fl_dnd_win32.cxx,v 1.5.2.10 2002/05/25 13:38:25 easysw Exp $".
// End of "$Id: fl_dnd_win32.cxx,v 1.5.2.11 2002/06/07 16:37:48 easysw Exp $".
//

0 comments on commit f50c056

Please sign in to comment.