mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[PR #656] [MERGED] Excluding CaptureBlt flag on RDP session #1170
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/656
Author: @pr8x
Created: 5/18/2020
Status: ✅ Merged
Merged: 5/30/2020
Merged by: @NickeManarin
Base:
master← Head:hotfix-rdp-jitter📝 Commits (1)
168dae0Excluding CaptureBlt flag on RDP session📊 Changes
1 file changed (+17 additions, -3 deletions)
View changed files
📝
ScreenToGif/Util/Capture/ImageCapture.cs(+17 -3)📄 Description
This PR fixes the mouse jittering when recording over RDP.
From the docs:
Now I don't really know how a RDP device context is treated internally, but a lot of code samples I saw online treat printing and RDP context the same way. The downside of this approach is that we don't get support for recording layered windows anymore over RDP. But it's certainly better than the jittering we had before. Cheers.
Fixes https://github.com/NickeManarin/ScreenToGif/issues/622
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.