OSDN Git Service

#32383 最大化したウインドウをaero snapで解除すると、GPFが発生する問題を修正。
authoryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Sat, 2 Nov 2013 03:59:44 +0000 (03:59 +0000)
committeryyagi <yyagi@16f42ceb-6dc6-49c8-ba94-f2d53467949d>
Sat, 2 Nov 2013 03:59:44 +0000 (03:59 +0000)
git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@644 16f42ceb-6dc6-49c8-ba94-f2d53467949d

FDK17プロジェクト/コード/01.フレームワーク/Core/GameWindow.cs
実行時フォルダ(DTXCreator)/FDK.dll
実行時フォルダ/DTXManiaGR.exe
実行時フォルダ/dll/FDK.dll

index 7ba887c..ea9c999 100644 (file)
@@ -465,6 +465,8 @@ namespace SampleFramework
                                                        rc.Bottom += dh;\r
                                                }\r
                                                break;\r
+                                       case 9:         // #32383 2013.11.2 yyagi; exitting maximized window by using Aero snap\r
+                                               break;\r
                                        default:\r
                                                throw new ArgumentOutOfRangeException("value", "Illegal WM_SIZING value.");\r
                                }\r
index b461161..a86ecb4 100644 (file)
Binary files a/実行時フォルダ(DTXCreator)/FDK.dll and b/実行時フォルダ(DTXCreator)/FDK.dll differ
index 3d00614..102d1f7 100644 (file)
Binary files a/実行時フォルダ/DTXManiaGR.exe and b/実行時フォルダ/DTXManiaGR.exe differ
index b461161..a86ecb4 100644 (file)
Binary files a/実行時フォルダ/dll/FDK.dll and b/実行時フォルダ/dll/FDK.dll differ