Add a GUI for dxdiag program

Ruslan Kabatsayev b7.10110111 at gmail.com
Sat Aug 27 10:42:31 CDT 2016


On Sat, Aug 27, 2016 at 12:31 PM, Aaryaman Vasishta
<jem456.vasishta at gmail.com> wrote:
>>
>> +INT_PTR CALLBACK system_tab_proc(HWND hsystab, UINT msg, WPARAM wparam,
>> LPARAM lparam)
>> +{
>> +    switch(msg)
>> +    {
>> +    case WM_COMMAND:
>> +        switch(HIWORD(wparam))
>> +        {
>> +        case BN_CLICKED:
>> +            switch(wparam)
>> +            {
>> +            case IDC_WHQL_CHECKBOX:
>> +            {
>> +                update_dxdiag_info();
>> +                return TRUE;
>> +            }
>> +            }
>> +            break;
>
> There's an indentation issue here.
Is there? Looking at original main.c I see that "case" labels are also
unindented there. Or do you mean something other?



More information about the wine-devel mailing list