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.
http://bugs.winehq.org/show_bug.cgi?id=15675
--- Comment #1 from Jan Kalab pitel@nomi.cz 2008-10-19 07:37:08 --- (From update of attachment 16740) Note: I forget return 0; after testing printf, but it doesn't matter in this example.
http://bugs.winehq.org/show_bug.cgi?id=15675
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de Keywords| |download, source, testcase
http://bugs.winehq.org/show_bug.cgi?id=15675
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2008-10-19 08:33:02 --- Sending WM_MOVING is not implemented in Wine, but in any case this can't be implemented for top level windows controlled by a WM, it's a WM, not Wine who moves the windows.
http://bugs.winehq.org/show_bug.cgi?id=15675
--- Comment #3 from Austin English austinenglish@gmail.com 2010-06-27 18:39:10 --- Created an attachment (id=29203) --> (http://bugs.winehq.org/attachment.cgi?id=29203) compiled exe
I don't see dots when testing on WinXP in Virtualbox.
http://bugs.winehq.org/show_bug.cgi?id=15675
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from Austin English austinenglish@gmail.com 2010-06-27 18:44:31 --- Ah, I had to redirect stdout to a file, then I see it. Yeah, WM_MOVE works on wine, but not WM_MOVING. Same for a virtual desktop.
http://bugs.winehq.org/show_bug.cgi?id=15675
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias|wmmoving |
http://bugs.winehq.org/show_bug.cgi?id=15675
butraxz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz@gmail.com
--- Comment #5 from butraxz@gmail.com 2012-05-18 05:56:42 CDT --- This bug has not been updated for two years and OP by four. Is this still an issue i current (1.5.4) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you.
http://bugs.winehq.org/show_bug.cgi?id=15675
--- Comment #6 from Jan Kalab pitlicek@gmail.com 2012-05-18 06:04:27 CDT --- It's no longer relevant for me, but I don't see a way to mark it as abandoned. Just new or resolved.
http://bugs.winehq.org/show_bug.cgi?id=15675
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com 2013-02-23 19:29:48 CST --- (In reply to comment #6)
It's no longer relevant for me, but I don't see a way to mark it as abandoned. Just new or resolved.
Resolving abandoned. As stated in comment 2 WM_MOVING can not be implemented, the test aplication works inside wine virtual desktop or if you disable "Allow the window manager to control the windows".
http://bugs.winehq.org/show_bug.cgi?id=15675
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Ken Sharp kennybobs@o2.co.uk 2013-03-03 06:34:52 CST --- Closing bugs marked as abandoned.