Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposing UpdateWallpaperPathForAllDesktops from IVirtualDesktopManagerInternal #85

Open
theSoberSobber opened this issue Jan 23, 2024 · 1 comment

Comments

@theSoberSobber
Copy link

Exactly what the title says, can you do that please? Thanks!

@Ciantic
Copy link
Owner

Ciantic commented Jan 25, 2024

I'm using this in AutoHotkey v2 to change desktop wallpaper for all desktops:

ChangeWallpaper(newPaper) {
    DllCall("SystemParametersInfo", "UInt", 0x14, "UInt", 0, "Str", newPaper, "UInt", 0)
}

But having API to set wallpaper for specific Desktop could be useful, as there is no other API for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants