Don't build with `-Werror'; this "fixes" the "large atomic operation may incur
significant performance penalty" warning upgraded to error seen on these archs
Thanks to Omar Polo build testing on i386.
OK thfr@ (maintainer)
Original submission from Stefan Hagen, who takes MAINTAINER -- thanks!
tweak and ok sthen@
hsetroot is a tool which allows you to compose wallpapers ("root
pixmaps") for X. It has a lot of options like rendering gradients,
solids and images and manipulate these in various ways. hsetroot also
supports alpha-channels.
hsetroot uses XSetWindowBackgroundPixmap instead of XSetWindowBackground
for solid colors. This makes it a good xsetroot replacement when a
compositor (compton, xcompmgr, ...) is in use.
Diff from upstream:
Removed clang-specific branch for x86 DCAS-based loads.
The storage to load from is const-qualified and DCAS via compiler intrinsics
require an unqualified pointer. Use asm implementation instead, which should be
as efficient as intrinsics, if not better, in this case.
6e14ca24da
A minor maintenance release:
- fixed PassCmd for even bigger XOAUTH2 tokens
- fixed crash on syncing multiple Channels which refer to different
Stores which use a common IMAPAccount
- fixed crash on IMAP connection breaking down while using -Dd
Changelog:
*At the point of writing this, the source code is almost ready for a stable release.
*It is now possible to disable sample buffers via settings (on the general tab).
This is the first thing to try on graphics cards which have trouble rendering
the 3d canvas.
*It is now possible to enforce "noshaders" via settings (on the general tab).
This is the second thing to try on graphics cards which have trouble rendering
the 3d canvas.
*The UI should now scale properly on UHD/4K displays (thanks dennj). There is a
setting ("use HDPI") for this under settings -> general.
*TARGETS: The core targets were reworked to assure left/right
symmetry.
From maintainer Dimitri Karamazov