1
0
Fork 0
forked from wry/wry

all: remove traditional i3 titlebars, add corner rounding

This commit is contained in:
kossLAN 2026-04-09 23:04:33 -04:00
parent e1928863d9
commit a41dbae899
No known key found for this signature in database
52 changed files with 1866 additions and 1047 deletions

View file

@ -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);