X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..7848088476db284a94f19eeb24411b45d676ac46:/src/univ/inphand.cpp?ds=sidebyside diff --git a/src/univ/inphand.cpp b/src/univ/inphand.cpp index 0e8949d2de..73357762fb 100644 --- a/src/univ/inphand.cpp +++ b/src/univ/inphand.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 18.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin -// Licence: wxWindows license +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // =========================================================================== @@ -17,7 +17,7 @@ // headers // --------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "inphand.h" #endif @@ -41,19 +41,19 @@ // wxInputHandler // ---------------------------------------------------------------------------- -bool wxInputHandler::HandleMouseMove(wxControl * WXUNUSED(control), +bool wxInputHandler::HandleMouseMove(wxInputConsumer * WXUNUSED(consumer), const wxMouseEvent& WXUNUSED(event)) { return FALSE; } -bool wxInputHandler::HandleFocus(wxControl *WXUNUSED(control), +bool wxInputHandler::HandleFocus(wxInputConsumer *WXUNUSED(consumer), const wxFocusEvent& WXUNUSED(event)) { return FALSE; } -bool wxInputHandler::HandleActivation(wxControl *WXUNUSED(control), +bool wxInputHandler::HandleActivation(wxInputConsumer *WXUNUSED(consumer), bool WXUNUSED(activated)) { return FALSE;