最終更新:2010-06-17 (木) 04:37:51 (5060d)  

Flash/フルスクリーン
Top / Flash / フルスクリーン

バイナリ変更

For the curious this changes some code that looks like this:

if (msg == WM_KILLFOCUS)
  jump to kill_focus
if (msg == WM_PAINT)
  jump to paint

to

if (msg == WM_KILLFOCUS)
  nop nop
if (msg == WM_PAINT)
  jump to paint