From ba2f55ddc45ea29cce65ad1bfcc178da9684141f Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 29 Mar 2009 15:42:01 +0000 Subject: x64 portability Fixed breaking hook chain on clist infotips git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@438 4f64403b-2f21-0410-a795-97e2b3489a10 --- tipper/tipper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tipper/tipper.cpp') diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp index b12fd4a..15acb3d 100644 --- a/tipper/tipper.cpp +++ b/tipper/tipper.cpp @@ -359,8 +359,8 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) { hAvChangeEvent = HookEvent(ME_AV_AVATARCHANGED, AvatarChanged); hAvContactChangeEvent = HookEvent(ME_AV_CONTACTAVATARCHANGED, AvatarChanged); - hShowTipEvent = HookEvent(ME_CLC_SHOWINFOTIP, ShowTip); - hHideTipEvent = HookEvent(ME_CLC_HIDEINFOTIP, HideTip); + hShowTipEvent = HookEvent(ME_CLC_SHOWINFOTIP, ShowTipHook); + hHideTipEvent = HookEvent(ME_CLC_HIDEINFOTIP, HideTipHook); hAckEvent = HookEvent(ME_PROTO_ACK, ProtoAck); hFramesSBShow = HookEvent(ME_CLIST_FRAMES_SB_SHOW_TOOLTIP, FramesShowSBTip); -- cgit v1.2.3