Skip to content

Commit f28d98a

Browse files
committed
fix: fix repositioning remaining notifications after closing
Also cleanup unneeded code after #65
1 parent a0fbb67 commit f28d98a

File tree

5 files changed

+106
-250
lines changed

5 files changed

+106
-250
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ once_cell = "1"
2424
features = [
2525
"Win32_Foundation",
2626
"Win32_System_LibraryLoader",
27-
"Win32_System_Com",
2827
"Win32_Graphics_Gdi",
29-
"Win32_Graphics_Dwm",
3028
"Win32_UI_Shell",
31-
"Win32_UI_Controls",
3229
"Win32_UI_WindowsAndMessaging",
3330
"Win32_Media_Audio"
3431
]

src/definitions.rs

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
//! ```
4141
//!
4242
43-
mod definitions;
4443
mod notification;
4544
mod timeout;
4645
mod util;

0 commit comments

Comments
 (0)