mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 19:31:28 +03:00
@@ -2,7 +2,7 @@ use hbb_common::platform::windows::is_windows_version_or_greater;
|
||||
|
||||
pub use super::win_topmost_window::PrivacyModeImpl;
|
||||
|
||||
pub(super) const PRIVACY_MODE_IMPL: &str = "privacy_mode_impl_exclude_from_capture";
|
||||
pub(super) const PRIVACY_MODE_IMPL: &str = super::PRIVACY_MODE_IMPL_WIN_EXCLUDE_FROM_CAPTURE;
|
||||
|
||||
pub(super) fn is_supported() -> bool {
|
||||
// https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowdisplayaffinity
|
||||
|
||||
Reference in New Issue
Block a user