diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-02 09:33:44 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-02 10:53:55 +0300 |
| commit | 05d218113c1209f58b0dcdd415f1e095d4ff2b46 (patch) | |
| tree | 57a10521ada23b1974e67f144a02fd92ad6a2c40 /src/layout/mod.rs | |
| parent | ef6af6adc1094db05d1df3953a18f6550816f71e (diff) | |
| download | niri-05d218113c1209f58b0dcdd415f1e095d4ff2b46.tar.gz niri-05d218113c1209f58b0dcdd415f1e095d4ff2b46.tar.bz2 niri-05d218113c1209f58b0dcdd415f1e095d4ff2b46.zip | |
Add gradient support for the insert hint
Implement it via FocusRing which already handles SolidColor vs. Border
render element.
Diffstat (limited to 'src/layout/mod.rs')
| -rw-r--r-- | src/layout/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 1493152f..1c531b51 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -64,6 +64,7 @@ use crate::window::ResolvedWindowRules; pub mod closing_window; pub mod focus_ring; +pub mod insert_hint_element; pub mod monitor; pub mod opening_window; pub mod tile; |
