From 1b6a04ca5504955c571d1c97504fb45ea0befee4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 8 Jan 2024 01:21:28 +0400 Subject: Initial vendor packages Signed-off-by: Valentin Popov --- .../src/Windows/Win32/UI/Input/Ink/mod.rs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Input/Ink/mod.rs (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Input/Ink') diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Input/Ink/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Input/Ink/mod.rs new file mode 100644 index 0000000..f8dc73e --- /dev/null +++ b/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Input/Ink/mod.rs @@ -0,0 +1,18 @@ +pub type IInkCommitRequestHandler = *mut ::core::ffi::c_void; +pub type IInkD2DRenderer = *mut ::core::ffi::c_void; +pub type IInkD2DRenderer2 = *mut ::core::ffi::c_void; +pub type IInkDesktopHost = *mut ::core::ffi::c_void; +pub type IInkHostWorkItem = *mut ::core::ffi::c_void; +pub type IInkPresenterDesktop = *mut ::core::ffi::c_void; +#[doc = "*Required features: `\"Win32_UI_Input_Ink\"`*"] +pub const InkD2DRenderer: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0x4044e60c_7b01_4671_a97c_04e0210a07a5); +#[doc = "*Required features: `\"Win32_UI_Input_Ink\"`*"] +pub const InkDesktopHost: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0x062584a6_f830_4bdc_a4d2_0a10ab062b1d); +#[doc = "*Required features: `\"Win32_UI_Input_Ink\"`*"] +pub type INK_HIGH_CONTRAST_ADJUSTMENT = i32; +#[doc = "*Required features: `\"Win32_UI_Input_Ink\"`*"] +pub const USE_SYSTEM_COLORS_WHEN_NECESSARY: INK_HIGH_CONTRAST_ADJUSTMENT = 0i32; +#[doc = "*Required features: `\"Win32_UI_Input_Ink\"`*"] +pub const USE_SYSTEM_COLORS: INK_HIGH_CONTRAST_ADJUSTMENT = 1i32; +#[doc = "*Required features: `\"Win32_UI_Input_Ink\"`*"] +pub const USE_ORIGINAL_COLORS: INK_HIGH_CONTRAST_ADJUSTMENT = 2i32; -- cgit v1.2.3