We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a5e00 commit b544b3dCopy full SHA for b544b3d
1 file changed
wingui/pdcscrn.c
@@ -1628,7 +1628,7 @@ static LRESULT ALIGN_STACK CALLBACK WndProc (const HWND hwnd,
1628
static int modified_key_to_return = 0;
1629
static bool ignore_resize = FALSE;
1630
int button, i;
1631
- bool wait_for_more_mouse = false;
+ bool wait_for_more_mouse = FALSE;
1632
const int modifiers = convert_key_modifiers_for_mouse( SP->key_modifiers);
1633
const int mouse_x = LOWORD( lParam) / PDC_cxChar;
1634
const int mouse_y = HIWORD( lParam) / PDC_cyChar;
0 commit comments