Skip to content

Commit

Permalink
docs: info about new windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lej77 committed Dec 16, 2024
1 parent bcc3f8b commit f751383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/interfaces_multi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ declare_versions!(
mod build_22621_3155; // IID change
mod build_22631_2428; // IID change
mod build_22631_3155; // IID change
mod build_26100;
mod build_26100; // Interface change
);
mod build_dyn;

Expand Down
5 changes: 4 additions & 1 deletion src/interfaces_multi/build_26100.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
//!
//! # Interface definitions
//!
//! The interface definitions were found at
//! Updated interface definitions were found at
//! [MScholtes/VirtualDesktop/VirtualDesktop11-24H2.cs](https://github.com/MScholtes/VirtualDesktop/blob/c601d38796e947d7647c9124a5087fb4b595cbd9/VirtualDesktop11-24H2.cs).
//!
//! All the interface ids seem to have remained the same as in the previous
//! version but a `switch_desktop_and_move_foreground_view` method were added to
//! the `IVirtualDesktopManagerInternal` interface.
//!
//! `winvd` was updated to support this Windows release with [commit
//! `873cd38729d9c6e881e5ab5f1d04de6f035421d9`](https://github.com/Ciantic/VirtualDesktopAccessor/commit/873cd38729d9c6e881e5ab5f1d04de6f035421d9).
use super::*;
use build_22631_3155 as build_prev;
Expand Down

0 comments on commit f751383

Please sign in to comment.