Removed redundant cursor files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-19 20:39:06 +00:00
parent abd20d3013
commit 3c203a1851
5 changed files with 5 additions and 13 deletions

View File

@@ -135,6 +135,7 @@ wxCursor::wxCursor(
);
break;
case wxCURSOR_WATCH:
case wxCURSOR_WAIT:
pRefData->m_hCursor = (WXHCURSOR) ::WinQuerySysPointer( HWND_DESKTOP
,(ULONG)SPTR_WAIT
@@ -220,10 +221,10 @@ wxCursor::wxCursor(
break;
case wxCURSOR_NO_ENTRY:
pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP
,0
,(ULONG)wxCURSOR_NO_ENTRY
);
pRefData->m_hCursor = (WXHCURSOR) ::WinQuerySysPointer( HWND_DESKTOP
,(ULONG)SPTR_ILLEGAL
,FALSE
);
break;
case wxCURSOR_LEFT_BUTTON:
@@ -254,13 +255,6 @@ wxCursor::wxCursor(
);
break;
case wxCURSOR_WATCH:
pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP
,0
,(ULONG)wxCURSOR_WATCH
);
break;
case wxCURSOR_SPRAYCAN:
pRefData->m_hCursor = (WXHCURSOR) ::WinLoadPointer( HWND_DESKTOP
,0