Author: ianmacarthur Date: 2010-04-02 01:58:49 -0700 (Fri, 02 Apr 2010) New Revision: 7401 Log:
More loose ends - getting closer now... Modified: branches/branch-3.0/src/Fl_get_key_win32.cxx Modified: branches/branch-3.0/src/Fl_get_key_win32.cxx =================================================================== --- branches/branch-3.0/src/Fl_get_key_win32.cxx 2010-04-02 08:53:16 UTC (rev 7400) +++ branches/branch-3.0/src/Fl_get_key_win32.cxx 2010-04-02 08:58:49 UTC (rev 7401) @@ -3,7 +3,7 @@ // // WIN32 keyboard state routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2009 by Bill Spitzak and others. +// Copyright 1998-2010 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -29,8 +29,9 @@ // which are actually X keysyms. So this has to translate to MSWindows // VK_x symbols. -#include <fltk3/fltk3.H> +#include <fltk3/run.h> #include <fltk3/x.H> +#include <config.h> // convert an Fltk (X) keysym to a MSWindows VK symbol: // See also the inverse converter in Fl_win32.cxx _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
