X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75f11ad7ca4201f7e2626a2bf5ad84a01296eb4a..60a67569bf1bbcbc4d38c86ec30bb69613ecee92:/src/os2/accel.cpp diff --git a/src/os2/accel.cpp b/src/os2/accel.cpp index 438c075e32..881da9b4c5 100644 --- a/src/os2/accel.cpp +++ b/src/os2/accel.cpp @@ -1,11 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// // Name: accel.cpp // Purpose: wxAcceleratorTable -// Author: AUTHOR +// Author: David Webster // Modified by: -// Created: ??/??/98 +// Created: 10/13/99 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR +// Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -37,6 +37,7 @@ public: inline HACCEL GetHACCEL() const { return m_hAccel; } protected: HACCEL m_hAccel; + bool m_ok; }; #define M_ACCELDATA ((wxAcceleratorRefData *)m_refData) @@ -80,6 +81,8 @@ wxAcceleratorTable::wxAcceleratorTable(const wxString& resource) */ } +extern int wxCharCodeWXToOS2(int id, bool *isVirtual); + // Create from an array wxAcceleratorTable::wxAcceleratorTable(int n, wxAcceleratorEntry entries[]) {