mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
remove duplicated GetSystemCursor and GetDefaultCursor
This commit is contained in:
@@ -526,19 +526,6 @@ static void init_system_cursor (void)
|
||||
}
|
||||
}
|
||||
|
||||
HCURSOR GUIAPI GetSystemCursor (int csrid)
|
||||
{
|
||||
if (csrid >= ((PG_RES)mgSharedRes)->csrnum || csrid < 0)
|
||||
return 0;
|
||||
|
||||
return (HCURSOR) (_sys_cursors [csrid]);
|
||||
}
|
||||
|
||||
HCURSOR GUIAPI GetDefaultCursor (void)
|
||||
{
|
||||
return _def_cursor;
|
||||
}
|
||||
|
||||
static BITMAP csr_bmp;
|
||||
|
||||
BOOL mg_InitCursor (void)
|
||||
|
||||
Reference in New Issue
Block a user