From 5d3160f5e5c12f13ec11924154e834a89232fd91 Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Sun, 23 Mar 2008 23:05:01 +0100 Subject: [PATCH] push f1f5ea25daee4e8628ffc746ffc7f8614d5c24aa --- configure | 2 +- dlls/user32/cursoricon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 878e89a1220..0c48b7d46d3 100755 --- a/configure +++ b/configure @@ -23374,7 +23374,7 @@ LIBOBJS!$LIBOBJS$ac_delim LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 76; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 78; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 diff --git a/dlls/user32/cursoricon.c b/dlls/user32/cursoricon.c index 75c69bafb62..fccf6231e4e 100644 --- a/dlls/user32/cursoricon.c +++ b/dlls/user32/cursoricon.c @@ -1025,7 +1025,7 @@ static BOOL load_cursor_frame( LPBYTE bits, UINT cbSize, POINT16 hotspot, DWORD return FALSE; } - if (bIcon) + if (hotspot.x == ICON_HOTSPOT && hotspot.y == ICON_HOTSPOT) bmi = (BITMAPINFO *)bits; else /* get the hotspot */ { -- 2.11.4.GIT