We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e7aa9 commit 52cf025Copy full SHA for 52cf025
src/os/win32/host-event.c
@@ -3,6 +3,7 @@
3
** REBOL [R3] Language Interpreter and Run-time Environment
4
**
5
** Copyright 2012 REBOL Technologies
6
+** Copyright 2012-2023 Rebol Open Source Developers
7
** REBOL is a trademark of REBOL Technologies
8
9
** Additional code modifications and improvements Copyright 2012 Saphirion AG
@@ -265,7 +266,7 @@ static void onModalBlock(
265
266
// resizing is a modal loop and prevents it being a problem.
267
static LPARAM last_xy = 0;
268
static REBINT mode = 0;
- SCROLLINFO si;
269
+ //SCROLLINFO si;
270
271
gob = GOB_FROM_HWND(hwnd);
272
0 commit comments