OSDN Git Service

Fix Firefox crashes on showing a move in full screen
authorKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Thu, 11 May 2017 15:02:30 +0000 (00:02 +0900)
committerKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Fri, 12 May 2017 10:21:41 +0000 (19:21 +0900)
commit8799a18c2e444b8aaa9fe2b429b373056be8829f
tree112e15adbfbd82c5040ed9327f89e9ff6f99f784
parentee37bc936b64e3c80d1e24d067a2fc0119a90fe1
Fix Firefox crashes on showing a move in full screen

Since 78e2c1c, CallWndProc updates the current hook state on every
WM_SETFOCUS for IE10 or later. Firefox crushes by this on expanding a
movie to full screen. This fix makes CallWndProc update the state only
on foreground windows or IE tabs.
xkeymacsdll/xkeymacsdll.cpp