DXGL r833 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r832
|
r833
|
r834
>
Date:
15:59, 13 July 2018
Author:
admin
Status:
new
Tags:
Comment:
Fix an issue identified by the WindowBlinds developers in theme support.
Modified paths:
/dxglcfg/dxglcfg.cpp
(modified) (
history
)
Diff
[
purge
]
Index: dxglcfg/dxglcfg.cpp
—
—
@@ -1537,8 +1537,9 @@
1538
1538
if (uxtheme)
1539
1539
{
1540
1540
if (hThemeDisplay) _CloseThemeData(hThemeDisplay);
1541
- _OpenThemeData(hWnd, L"Button");
1541
+ hThemeDisplay = _OpenThemeData(hWnd, L"Button");
1542
1542
}
1543
+ break;
1543
1544
case WM_COMMAND:
1544
1545
{
1545
1546
switch (LOWORD(wParam))
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version