[Bug 15675] New: WM_MOVING desn't work
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(a)winehq.org ReportedBy: pitel(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15675 --- Comment #1 from Jan Kalab <pitel(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15675 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev(a)web.de Keywords| |download, source, testcase -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15675 --- Comment #2 from Dmitry Timoshkov <dmitry(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15675 --- Comment #3 from Austin English <austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15675 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Austin English <austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15675 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Alias|wmmoving | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15675 butraxz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz(a)gmail.com --- Comment #5 from butraxz(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15675 --- Comment #6 from Jan Kalab <pitlicek(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15675 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED --- Comment #7 from Bruno Jesus <00cpxxx(a)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". -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15675 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Ken Sharp <kennybobs(a)o2.co.uk> 2013-03-03 06:34:52 CST --- Closing bugs marked as abandoned. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org