• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

elParaguayo / qtile / 5849851917 / 2
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 13 Aug 2023 10:59PM UTC
Files 147
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Aug 2023 09:53PM UTC coverage: 74.476% (+0.03%) from 74.448%
5849851917.2

push

github

elParaguayo
Fix ability to erase `Drawer` background

There is an apparent issue/limitation with the cairo library where
setting the `OPERATOR_CLEAR` library in a `RecordingSurface` will not
clear the background when painted to an `XCBSurface`. This means that,
for our x11 backend code, we need to clear the underying `XCBSurface`
directly.

To simplify this, our `Drawer.clear` method (which actually clears and
paints a background colour) has been updated to include a call to a new
method, `clear_rect`, which does the erasing of the background. For X11,
this new method clears the `XCBSurface` rather than the recording
surface.

The new method also accepts optional parameters to allow us to clear a
subset of the `Drawer`. This is currently only used by third_party
libraries (i.e. qtile-extras) and should help them avoid the need for
writing backend-specific code.

14038 of 18849 relevant lines covered (74.48%)

0.74 hits per line

Source Files on job 3.11 - 5849851917.2
  • Tree
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5849851917
  • 0b00c03d on github
  • Prev Job for on master (#5848535150.2)
  • Next Job for on master (#5859407592.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc