NRK
NRK
This will be hard for me to fix because I don't use a compositor. If you change that line to the following: ```c unsigned long opacity = opt.lineOpacity * (0xFFFFFFFFu...
It was: ```c const int lineOpacity = optionsParseRequireRange(opt.lineOpacity, SELECTION_EDGE_OPACITY_MIN, SELECTION_OPACITY_MAX); ``` The `SELECTION_EDGE_OPACITY_{MIN,MAX}` constants got removed in ff88b0b0cd38137113319cb86e423cb1fe4d6b3a for some reason.
> The opacity values for the 'edge' selection mode is between 10% and 100% @daltomi What do you think should be done now? 1. Change the code back to using...
Some screenshots/pictures of the problem might be helpful. (But I don't use multi-monitor, so someone who actually uses multi-monitor will need to step up to contribute a fix most likely.)
No theories as of now, but I *think* this is all the multimonitor related code: https://github.com/resurrecting-open-source-projects/scrot/blob/724efba64ca6e87ce61d57897b44ba6db86a99e7/src/scrot.c#L893-L923 I don't really have any experience with Xinerama - but at a glance the...
And btw, what was the full `scrot` command that you used to take the screenshot. It would probably be useful for anyone trying to reproduce the issue.
Seems to work okay with `mpv`'s fullscreen, I don't have vlc installed. Please provide some more information about your setup as well: 1. Which scrot version? 2. Which WM are...
I was looking at `mpv` recently and the way they do auto-completion is by having a `--list-options` flag which outputs all the flags. The completion scripts then uses that output...
Closing in favor of https://github.com/resurrecting-open-source-projects/scrot/pull/377
Imlib2 v1.11.0 was released in 2023-03-09. I think we can probably start requiring it as a minimum version and start using better APIs like `imlib_save_image_fd()`.