dolphin/Source/Core
comex 8fed5aa492 Fix focus detection on OS X by replacing wxGetActiveWindow with wxWindow::FindFocus.
wxGetActiveWindow is implemented as "return NULL" on OS X, while
wxWindow::FindFocus works.  On Windows, the difference is in the use of
GetActiveWindow() vs. GetForegroundWindow().  A MSDN comment says:

> A system has only one active window, which GetForegroundWindow()
> returns. GetActiveWindow() seems to return the same window as
> GetForegroundWindow() if the foreground window belongs to the current
> thread. Otherwise, it always returns null, rather than the topmost
> window of the calling thread.

Since we are on the GUI thread, it shouldn't make any difference.
2014-09-30 01:35:48 -04:00
..
AudioCommon Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
Common GekkoDisassembler: show W and I in psq_l/psq_st disassembly 2014-09-28 17:01:35 -07:00
Core Merge pull request #1179 from lioncash/casts 2014-09-28 23:58:09 -04:00
DiscIO Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
DolphinQt Qt: Add msvc support 2014-09-15 15:07:33 -07:00
DolphinWX Fix focus detection on OS X by replacing wxGetActiveWindow with wxWindow::FindFocus. 2014-09-30 01:35:48 -04:00
InputCommon Fix building Dolphin on OSX without precompiled headers 2014-09-21 00:37:47 -04:00
VideoBackends Add OpenGL 4.0-4.5 core extensions. 2014-09-29 00:36:45 -04:00
VideoCommon Merge pull request #1144 from skidau/fifo-linked 2014-09-29 13:52:33 +10:00
CMakeLists.txt DolphinQt: initial commit. 2014-09-15 15:06:05 -07:00