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
|
|
@ -528,6 +528,8 @@ impl GfxFramebuffer for TestGfxFb {
|
|||
GfxApiOpt::Sync => {}
|
||||
GfxApiOpt::FillRect(f) => fill_rect(&f, staging),
|
||||
GfxApiOpt::CopyTexture(c) => copy_texture(&c, staging)?,
|
||||
GfxApiOpt::RoundedFillRect(_) => {}
|
||||
GfxApiOpt::RoundedCopyTexture(_) => {}
|
||||
}
|
||||
}
|
||||
copy_from_staging(staging);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue