From 4b0b5075e7594b711f41a1f91a075ff06bdd3372 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 13 Dec 2012 00:51:54 +0000 Subject: [PATCH] lcl: add WM_ACTIVATE to messages.pp git-svn-id: trunk@39523 - --- lcl/nonwin32/messages.pp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lcl/nonwin32/messages.pp b/lcl/nonwin32/messages.pp index fa488bc90e..6b399c7b34 100644 --- a/lcl/nonwin32/messages.pp +++ b/lcl/nonwin32/messages.pp @@ -68,6 +68,7 @@ const WM_CANCELMODE = LM_CANCELMODE; WM_NOTIFY = LM_NOTIFY; WM_CREATE = LM_CREATE; + WM_ACTIVATE = LM_ACTIVATE; type @@ -97,11 +98,9 @@ type TWMPaste = TLMPaste; TWMSetCursor = TLMSetCursor; TWMNoParams = TLMNoParams; - - TWMGetDlgCode = TLMNoParams; - - - TWMMouseMove = TLMMouseMove; + TWMGetDlgCode = TLMNoParams; + TWMMouseMove = TLMMouseMove; + TWMActivate = TLMActivate; implementation