mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:43:00 +00:00
[NOTEPAD] Use wait cursor (#5659)
- Add WaitCursor helper function to display the wait cursor while heavy operation. - Manage the wait cursor by using a lock count. CORE-18837
This commit is contained in:
parent
7497f028f4
commit
0ef9cfb04e
3 changed files with 49 additions and 1 deletions
|
@ -57,3 +57,4 @@ VOID DoOpenFile(LPCTSTR szFileName);
|
|||
VOID DoShowHideStatusBar(VOID);
|
||||
VOID DoCreateEditWindow(VOID);
|
||||
void UpdateWindowCaption(BOOL clearModifyAlert);
|
||||
VOID WaitCursor(BOOL bBegin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue