From d45a8c1356cb0007e8fb8a2a648e83434a478175 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Fri, 9 Jul 2004 20:09:35 +0000 Subject: [PATCH] - DrawIcon should return TRUE if it succeeds. svn path=/trunk/; revision=10052 --- reactos/subsys/win32k/objects/cursoricon.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/subsys/win32k/objects/cursoricon.c b/reactos/subsys/win32k/objects/cursoricon.c index 53f04c30fe9..5c743425eef 100644 --- a/reactos/subsys/win32k/objects/cursoricon.c +++ b/reactos/subsys/win32k/objects/cursoricon.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: cursoricon.c,v 1.62 2004/07/07 08:39:54 gvg Exp $ */ +/* $Id: cursoricon.c,v 1.63 2004/07/09 20:09:35 navaraf Exp $ */ #include PCURICON_OBJECT FASTCALL @@ -1236,6 +1236,8 @@ NtUserDrawIconEx( #if CANSTRETCHBLT SetStretchBltMode(hdcOff, nStretchMode); #endif + + Ret = TRUE; cleanup: if(DoFlickerFree)