DXGL r897 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r896
|
r897
|
r898
>
Date:
20:03, 8 March 2019
Author:
admin
Status:
new
Tags:
Comment:
Remove progress popup in DXGL Config. This caused issues with dialog focus on some operating systems.
Modified paths:
/dxglcfg/dxglcfg.cpp
(modified) (
history
)
Diff
[
purge
]
Index: dxglcfg/dxglcfg.cpp
—
—
@@ -3141,8 +3141,8 @@
3142
3142
{
3143
3143
case WM_INITDIALOG:
3144
3144
hProgressWnd = NULL;
3145
- CreateThread(NULL, 0, ProgressThread, &hProgressWnd, 0, &threadid);
3146
- while (hProgressWnd == NULL) Sleep(10);
3145
+ /*CreateThread(NULL, 0, ProgressThread, &hProgressWnd, 0, &threadid);
3146
+ while (hProgressWnd == NULL) Sleep(10);*/
3147
3147
hDialog = hWnd;
3148
3148
ZeroMemory(&wndclass, sizeof(WNDCLASSEX));
3149
3149
wndclass.cbSize = sizeof(WNDCLASSEX);
—
—
@@ -3958,8 +3958,8 @@
3959
3959
EnableWindow(GetDlgItem(hTabs[0], IDC_DPISCALE), FALSE);
3960
3960
}
3961
3961
if(token) CloseHandle(token);
3962
- SendMessage(hProgressWnd, WM_USER+1, 0, 0);
3963
- SetForegroundWindow(hWnd);
3962
+ /*SendMessage(hProgressWnd, WM_USER+1, 0, 0);
3963
+ SetForegroundWindow(hWnd);*/
3964
3964
return TRUE;
3965
3965
case WM_MEASUREITEM:
3966
3966
switch(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