From 0401322cd0361335d4daf8b3cc7102540c901fb1 Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Sat, 17 Jan 2009 17:03:50 +0000 Subject: [PATCH] update spying messages set TB_GETIMAGELISTCOUNT to have an lparam length of 0 svn path=/trunk/; revision=38824 --- reactos/dll/win32/user32/windows/spy.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/dll/win32/user32/windows/spy.c b/reactos/dll/win32/user32/windows/spy.c index b41ce82d37b..9f0a6e50828 100644 --- a/reactos/dll/win32/user32/windows/spy.c +++ b/reactos/dll/win32/user32/windows/spy.c @@ -1455,10 +1455,10 @@ static const USER_MSG toolbar_array[] = { USM(TB_GETSTRINGW ,0), USM(TB_GETSTRINGA ,0), USM(TB_UNKWN45D ,8), - USM(TB_UNKWN45E ,0), - USM(TB_UNKWN460 ,0), - USM(TB_UNKWN463 ,8), - USM(TB_UNKWN464 ,0), + USM(TB_SETHOTITEM2 ,0), + USM(TB_SETLISTGAP ,0), + USM(TB_GETIMAGELISTCOUNT ,0), + USM(TB_GETIDEALSIZE ,0), {0,0,0} }; static const USER_MSG tooltips_array[] = {