Re: [Interest] Change of indirection of message pointer in nativeEvent()?

2018-10-24 Thread Olivier B.
Nevermind, it is https://bugreports.qt.io/browse/QTBUG-69074 Le mer. 24 oct. 2018 à 09:17, Olivier B. a écrit : > > With Qt 5.6.2, i used nativeEvent() to capture Windows minimize > command. I casted the void* message into a MSG* and could read it > properly > > Now, with Qt 5.11.1, this did not

[Interest] Change of indirection of message pointer in nativeEvent()?

2018-10-24 Thread Olivier B.
With Qt 5.6.2, i used nativeEvent() to capture Windows minimize command. I casted the void* message into a MSG* and could read it properly Now, with Qt 5.11.1, this did not detect the messages anymore. Debugging, i noticed that at the call of QWindowSystemInterface::handleNativeEvent() by