mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
[MSPAINT] Delete useless CFullscreenWindow::OnSetCursor
CORE-18867
This commit is contained in:
parent
b369ec3fa1
commit
b5ae55f3ff
3 changed files with 0 additions and 10 deletions
|
@ -47,13 +47,6 @@ LRESULT CFullscreenWindow::OnSize(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL&
|
|||
return 0;
|
||||
}
|
||||
|
||||
LRESULT CFullscreenWindow::OnSetCursor(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||
{
|
||||
SetCursor(LoadCursor(NULL, IDC_ARROW));
|
||||
bHandled = FALSE;
|
||||
return 0;
|
||||
}
|
||||
|
||||
LRESULT CFullscreenWindow::OnGetText(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||
{
|
||||
// return caption of the main window, instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue