Updated wxwidgets to 2.8.8 - should fix http://code.google.com/p/dolphin-emu/issues/detail?id=65 - thx to prismsub7

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@73 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc
2008-07-23 23:30:11 +00:00
parent c469243372
commit 651fdfbdb7
287 changed files with 2968 additions and 1102 deletions

View File

@ -5,7 +5,7 @@
// Modified by: Vadim Zeitlin on 13.05.99: complete refont of message handling,
// elimination of Default(), ...
// Created: 01/02/97
// RCS-ID: $Id: window.h 47962 2007-08-08 12:38:13Z JS $
// RCS-ID: $Id: window.h 53929 2008-06-02 18:27:16Z RD $
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@ -428,7 +428,11 @@ public:
// check if a native double-buffering applies for this window
virtual bool IsDoubleBuffered() const;
#if wxABI_VERSION >= 20808
void SetDoubleBuffered(bool on);
#endif
// synthesize a wxEVT_LEAVE_WINDOW event and set m_mouseInWindow to false
void GenerateMouseLeave();