GNOME Bugzilla – Bug 780365
Cursor in screenshots gets clipped when on desktop edges
Last modified: 2017-03-23 22:56:01 UTC
Created attachment 348429 [details] Cursor in screenshots gets clipped when on desktop edges When the cursor is at the edges of the desktop it gets clipped in the final image. The attached image shows the problem when the cursor is at the bottom edge, it get partially clipped, while I would expect it to be drawn as seen on screen. Enlarge the image to see the clipping more clearly. And when the cursor is at the right or left edge it does not get included at all. Thanks, Antonio
The cursor now looks perfect on the bottom and right edges, but it is still not included when it touches the left or the top edge. Thanks, Antonio
Created attachment 348516 [details] [review] screenshot: fix compositing the cursor when it's on the top or left edge The attached patch seems to fix the issue. Alberts could you also double check my reasoning in the commit message? This is the first time I use gdk_pixbuf_composite() and the offsets arguments are not exactly straightforward. Thanks, Antonio
I hope that this is now really fixed... I don't understand offset arguments too, but now it seems to work as intended. Please reopen if you still find cases when cursor is included incorrectly.