all: remove traditional i3 titlebars, add corner rounding
This commit is contained in:
parent
e1928863d9
commit
a41dbae899
52 changed files with 1866 additions and 1047 deletions
|
|
@ -415,6 +415,7 @@ impl Shared {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(PartialEq, Default)]
|
||||
enum Config<'a> {
|
||||
#[default]
|
||||
|
|
@ -519,6 +520,7 @@ impl TextTexture {
|
|||
self.data.pending_render.set(Some(pending));
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn schedule_render(
|
||||
&self,
|
||||
on_completed: Rc<dyn OnCompleted>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue