Re: [try 3] comctl32: Implement highlighting (marquee) selection support in listview
Sept. 21, 2009
4:23 p.m.
Owen Rudge wrote: > Minor update, rename some potentially confusing comments/variables. > > --- > dlls/comctl32/listview.c | 135 > ++++++++++++++++++++++++++++++++++++++++----- > 1 files changed, 120 insertions(+), 15 deletions(-) + /* Draw focus rect if highlighting */ + if (infoPtr->bHighlighting) + DrawFocusRect(hdc, &infoPtr->marqueeRect); + :). Now we have 3 different names for a single thing.
September 2009
4:54 p.m.
New subject: [try 3] comctl32: Implement highlighting (marquee) selection support in listview
:). Now we have 3 different names for a single thing.
D'oh! Let's try this one last time... ;) -- Owen Rudge http://www.owenrudge.net/
6030
Age (days ago)
6030
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Owen Rudge