http://bugs.winehq.org/show_bug.cgi?id=15675
Summary: WM_MOVING desn't work Product: Wine Version: 1.1.6 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: pitel@nomi.cz
Created an attachment (id=16740) --> (http://bugs.winehq.org/attachment.cgi?id=16740) Test code. Should print dots when moving window.
I've a small project to school about WinAPI. And the tutorial on school webpage suggest using WM_MOVING signal to react at window movement. But it doesn't work in Wine.
In attachement is part of the tutorial using WM_MOVING. Use "winegcc -mwindows wmmoving.c" to build it. I tested it on virtualized Win XP using MinGW, and WM_MOVING works there.
I also tested using WM_MOVE instead, and it works as expected.