mirror of https://github.com/adamdruppe/arsd.git
never set it to true!
This commit is contained in:
parent
18cf3f4367
commit
8ae959b7ce
|
@ -3449,6 +3449,7 @@ class NotificationAreaIcon : CapableOfHandlingNativeEvent {
|
|||
wc.lpszClassName = "arsd_simpledisplay_notification_icon"w.ptr;
|
||||
if(!RegisterClassExW(&wc))
|
||||
throw new Exception("RegisterClass ");// ~ to!string(GetLastError()));
|
||||
registered = true;
|
||||
}
|
||||
|
||||
this.hwnd = CreateWindowW("arsd_simpledisplay_notification_icon"w.ptr, "test"w.ptr /* name */, 0 /* dwStyle */, 0, 0, 0, 0, HWND_MESSAGE, null, hInstance, null);
|
||||
|
|
Loading…
Reference in New Issue