j
k
j a
j l
Dmitry Timoshkov (@dmitry) commented about dlls/win32u/window.c:
if (new_surface && !is_layered) { DWORD lwa_flags = 0; DWORD lwa_flags = 0, alpha_bits = -1;
if (new_surface && !is_layered) {
DWORD lwa_flags = 0;
DWORD lwa_flags = 0, alpha_bits = -1;
This either shouldn't be a DWORD or -1. What about using ~0?
Back to the thread
Back to the list