This commit is contained in:
Adam D. Ruppe 2017-10-27 11:57:13 -04:00
parent ed61b3ce0b
commit 3fc7ae165d
1 changed files with 3 additions and 0 deletions

View File

@ -2770,6 +2770,7 @@ class NotificationAreaIcon : CapableOfHandlingNativeEvent {
private SimpleWindow balloon;
version(with_timer)
private Timer timer;
private Window nativeHandle;
@ -3076,7 +3077,9 @@ class NotificationAreaIcon : CapableOfHandlingNativeEvent {
);
balloon.show();
version(with_timer)
timer = new Timer(timeout, &hideBalloon);
else {} // FIXME
} else version(Windows) {
enum NIF_INFO = 0x00000010;