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

elParaguayo / qtile / 5849851917
83%

Build:
DEFAULT BRANCH: master
Ran 13 Aug 2023 10:53PM UTC
Jobs 3
Files 147
Run time 4s
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

Canceled at 15 Nov 2025 06:00PM UTC via web
5849851917

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.

20 of 20 new or added lines in 2 files covered. (100.0%)

10 existing lines in 2 files now uncovered.

14038 of 18848 relevant lines covered (74.48%)

2.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3.10 - 5849851917.1 13 Aug 2023 10:59PM UTC 0
74.46
GitHub Action Run
2 3.11 - 5849851917.2 13 Aug 2023 10:59PM UTC 0
74.48
GitHub Action Run
3 3.9 - 5849851917.3 13 Aug 2023 10:59PM UTC 0
74.46
GitHub Action Run
Source Files on build 5849851917
Detailed source file information is not available for this build.
  • Back to Repo
  • 0b00c03d on github
  • Prev Build on master (#5848535150)
  • Next Build on master (#5859407592)
  • 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