windows: Change wParam size to 64 bits 76/238576/1
authorWander Lairson Costa <wander.lairson@gmail.com>
Tue, 14 Jul 2020 15:18:55 +0000 (12:18 -0300)
committerVictor Cebollada <v.cebollada@samsung.com>
Wed, 15 Jul 2020 08:05:04 +0000 (09:05 +0100)
commitfa979acff1f0c854f581e09334f2bd59dea6a4b1
tree7a93ba948b6dd83c2cd7ae06e64e6ca7af59077a
parentb3d37848dc42bc954ba210a0c71daa3faae16f94
windows: Change wParam size to 64 bits

The wParam message parameter is used to send the callback object pointer
to WM_WIN_CALLBACK messages. As it is fixed as a 32 bit value in DALi,
when running on 64 bits systems it sends an invalid pointer to message
receiver.

Change-Id: I5a00e3e1729098c2b5b71e68d614a2ddc0fc51cb
dali/internal/window-system/windows/platform-implement-win.cpp
dali/internal/window-system/windows/platform-implement-win.h