gtk-win32 crash when trying to move a GTK top level window

2012-07-29 Thread John Emmas
I'm working on a gtk-win32 app which currently uses GTK+ 2.20. I've discovered a crashing bug and wanted to check if it's still in the latest version. I've tried this on Windows 7 and Windows XP and it's very easy to reproduce if someone would like to try it 1) Launch any gtk-win32 app

Re: gtk-win32 crash when trying to move a GTK top level window

2012-07-29 Thread Tadej Borovšak
Hi. 1) Launch any gtk-win32 app 2) Right-click the application's title bar and select 'Move' 3) Without clicking your mouse yet, move the mouse, then left-click it, anywhere outside of the app 4) Right-click the title bar again and your app will crash If this is still present in the

Re: gtk-win32 crash when trying to move a GTK top level window

2012-07-29 Thread John Emmas
On 29 Jul 2012, at 15:22, Tadej Borovšak wrote: looks like things have been fixed somewhere between 2.20 and 2.24.10? Thanks Tadej, you were right. I just downloaded gdkevents-win32.c from 2.24.10 and took a quick look. The fix is exactly the same strategy that I was going to implement