re: Alexandre Julliard : user32: Copy icon bits by hand in CreateIconIndirect if the bitmaps can' t be selected into a DC.
26 May
2010
26 May
'10
5:19 p.m.
Should that || 1 be there? + if (!SelectObject( hdc, src ) || 1) /* do it the hard way */
26 May
26 May
5:46 p.m.
New subject: Alexandre Julliard : user32: Copy icon bits by hand in CreateIconIndirect if the bitmaps can' t be selected into a DC.
Dan Kegel <dank(a)kegel.com> writes:
Should that || 1 be there?
+ if (!SelectObject( hdc, src ) || 1) /* do it the hard way */
Not really, it was just to give the new code path more coverage. I'll take it out in a couple of days if no regressions are reported. -- Alexandre Julliard julliard(a)winehq.org
5769
Age (days ago)
5769
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Dan Kegel