1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-13 15:29:15 -04:00
Commit graph

3 commits

Author SHA1 Message Date
Alexey Dokuchaev
5cd5946c8f - Update `x11/hsetroot' to version 1.0.5
- Adds -root parameter, to treat the whole desktop as one display,
  applying the image over the whole, instead of per each display
- No longer depends on xrandr(1) in the run-time

Found out via:	repology.org
2020-04-16 09:16:53 +00:00
Alexey Dokuchaev
64ad76ebd5 Unbreak the build (at least) on powerpc, powerpc64, sparc64, by moving the
`for' loop initial declaration variable outside; this was upsetting C99:

  hsetroot.c: In function 'load_image':
  hsetroot.c:196: error: 'for' loop initial declaration used outside C99 mode

Tested on:	powerpc, sparc64
2017-12-28 14:30:23 +00:00
Alexey Dokuchaev
b13e4c707e Add custom patch that introduces "sane" image rendering mode: it allows to
select the best aspect ratio and display image with minimal scaling yet not
centered.  This mode is useful when one wants to use an image with author's
copyright in the lower corner and wants to hide it.  Existing modes did not
always provide the best possible result.  While here, take maintainership.
2017-12-28 10:54:29 +00:00