Returns buffer instead of WPARAM and LPARAM

This commit is contained in:
Omri Litov 2015-10-29 03:00:44 +02:00
parent f22837523f
commit ef038257d1
4 changed files with 23 additions and 8 deletions

View file

@ -61,7 +61,7 @@ class NativeWindowObserver {
// Called when window message received
#if defined(OS_WIN)
virtual void OnWindowMessage(UINT message, uint64_t wparam, int64_t lparam) {}
virtual void OnWindowMessage(UINT message, WPARAM wparam, LPARAM lparam) {}
#endif
// Called when renderer is hung.