Skip to content

Commit

Permalink
fix 修复焦点bug和调整类名
Browse files Browse the repository at this point in the history
  • Loading branch information
zym479466697 committed Nov 26, 2019
1 parent 341e921 commit 8c9af19
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file modified Demo/MiniblinkBrowser.exe
Binary file not shown.
Binary file modified MiniblinkBrowser.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion MiniblinkBrowser/Main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <windows.h>
#include "MainFrameWnd.h"
#include "WkeWebKitUI.h"
#include "WkeWebkitUI.h"

int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR /*lpCmdLine*/, int nCmdShow)
{
Expand Down
2 changes: 1 addition & 1 deletion MiniblinkBrowser/MainFrameWnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <windows.h>
#include <objbase.h>
#include "WkeWebKitUI.h"
#include "WkeWebkitUI.h"
#include "..\DuiLib\UIlib.h"
using namespace DuiLib;

Expand Down
4 changes: 2 additions & 2 deletions MiniblinkBrowser/MiniblinkBrowser.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ xcopy /Y .\html\* ..\bin\$(Configuration)\html</Command>
<ItemGroup>
<ClCompile Include="Main.cpp" />
<ClCompile Include="MainFrameWnd.cpp" />
<ClCompile Include="WkeWebKitUI.cpp" />
<ClCompile Include="WkeWebkitUI.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="MainFrameWnd.h" />
<ClInclude Include="WkeWebKitUI.h" />
<ClInclude Include="WkeWebkitUI.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
4 changes: 2 additions & 2 deletions MiniblinkBrowser/MiniblinkBrowser.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<ClCompile Include="MainFrameWnd.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="WkeWebKitUI.cpp">
<ClCompile Include="WkeWebkitUI.cpp">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="MainFrameWnd.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="WkeWebKitUI.h">
<ClInclude Include="WkeWebkitUI.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
Expand Down

0 comments on commit 8c9af19

Please sign in to comment.