mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
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:
8
Externals/wxWidgets/include/wx/msw/window.h
vendored
8
Externals/wxWidgets/include/wx/msw/window.h
vendored
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user