[BUG]: WACUP glitching out #199

Closed
opened 2026-01-05 14:48:58 +01:00 by adam · 3 comments
Owner

Originally created by @slendidev on GitHub (Apr 27, 2023).

Describe the bug
I use WACUP (WinAmp Community Update Project) to play my music. When tiling, only the main window is moved, the others stay in place. When I set it to float, it goes over all windows. When switching desktops, window remains on screen as well.

Expected behavior
Winamp to move wholly, keeping the other windows attached. It should remain on it's desktop.

Operating System

OS Name:                   Microsoft Windows 11 Enterprise
OS Version:                10.0.22621 N/A Build 22621
Originally created by @slendidev on GitHub (Apr 27, 2023). **Describe the bug** I use WACUP (WinAmp Community Update Project) to play my music. When tiling, only the main window is moved, the others stay in place. When I set it to float, it goes over all windows. When switching desktops, window remains on screen as well. **Expected behavior** Winamp to move wholly, keeping the other windows attached. It should remain on it's desktop. **Operating System** ``` OS Name: Microsoft Windows 11 Enterprise OS Version: 10.0.22621 N/A Build 22621 ```
adam added the bug label 2026-01-05 14:48:58 +01:00
adam closed this issue 2026-01-05 14:48:58 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Jan 23, 2025):

This is an issue that should be submitted to WACUP to have all of its windows respond to Win32 API calls to move all of its windows as a cohesive unit.

@LGUG2Z commented on GitHub (Jan 23, 2025): This is an issue that should be submitted to WACUP to have all of its windows respond to Win32 API calls to move all of its windows as a cohesive unit.
Author
Owner

@dr0biwan commented on GitHub (Jan 23, 2025):

Which API calls would that be or is this just the normal wm_windowposchang* calls ?

@dr0biwan commented on GitHub (Jan 23, 2025): Which API calls would that be or is this just the normal wm_windowposchang* calls ?
Author
Owner

@LGUG2Z commented on GitHub (Jan 23, 2025):

e153d2ea0c/komorebi/src/windows_api.rs (L398-L434)

Komorebi is using SetWindowPos on the primary HWND

@LGUG2Z commented on GitHub (Jan 23, 2025): https://github.com/LGUG2Z/komorebi/blob/e153d2ea0c55bdd083dcf9c5e5dec7c5adff646f/komorebi/src/windows_api.rs#L398-L434 Komorebi is using `SetWindowPos` on the primary HWND
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#199