diff options
Diffstat (limited to 'src/w32fns.c')
| -rw-r--r-- | src/w32fns.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 434861320a5..7a17c108d4d 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -3711,7 +3711,7 @@ w32_wnd_proc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) | |||
| 3711 | if (w32_system_caret_hwnd == NULL) | 3711 | if (w32_system_caret_hwnd == NULL) |
| 3712 | { | 3712 | { |
| 3713 | /* Use the default caret width, and avoid changing it | 3713 | /* Use the default caret width, and avoid changing it |
| 3714 | unneccesarily, as it confuses screen reader software. */ | 3714 | unnecessarily, as it confuses screen reader software. */ |
| 3715 | w32_system_caret_hwnd = hwnd; | 3715 | w32_system_caret_hwnd = hwnd; |
| 3716 | CreateCaret (hwnd, NULL, 0, | 3716 | CreateCaret (hwnd, NULL, 0, |
| 3717 | w32_system_caret_height); | 3717 | w32_system_caret_height); |
| @@ -5011,7 +5011,8 @@ no value of TYPE (always string in the MS Windows case). */) | |||
| 5011 | cursor. Duplicated from xdisp.c, but cannot use the version there | 5011 | cursor. Duplicated from xdisp.c, but cannot use the version there |
| 5012 | due to lack of atimers on w32. */ | 5012 | due to lack of atimers on w32. */ |
| 5013 | #define DEFAULT_HOURGLASS_DELAY 1 | 5013 | #define DEFAULT_HOURGLASS_DELAY 1 |
| 5014 | /* Return non-zero if houglass timer has been started or hourglass is shown. */ | 5014 | /* Return non-zero if hourglass timer has been started or hourglass is |
| 5015 | shown. */ | ||
| 5015 | /* PENDING: if W32 can use atimers (atimer.[hc]) then the common impl in | 5016 | /* PENDING: if W32 can use atimers (atimer.[hc]) then the common impl in |
| 5016 | xdisp.c could be used. */ | 5017 | xdisp.c could be used. */ |
| 5017 | 5018 | ||