зеркало из https://github.com/mozilla/gecko-dev.git
Adding a busy cursor to indicate something is happening
This commit is contained in:
Родитель
aaca3215c8
Коммит
b2357d2718
|
@ -5,6 +5,8 @@
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
SetCursor(LoadCursor(NULL,IDC_WAIT));
|
||||
|
||||
HWND h = FindWindowW(NULL, L"Minimo");
|
||||
if (h)
|
||||
{
|
||||
|
@ -37,6 +39,8 @@ int main(int argc, char *argv[])
|
|||
NULL,
|
||||
NULL,
|
||||
&pi);
|
||||
|
||||
SetCursor(NULL);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче