mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 04:37:15 +00:00
Sync to Wine:
date: 2005/02/25 14:07:56 Jon Griffiths <jon_p_griffiths@yahoo.com> Documentation spelling fixes. svn path=/trunk/; revision=15214
This commit is contained in:
parent
aa88e039cb
commit
a0b46d6812
1 changed files with 3 additions and 3 deletions
|
@ -2205,7 +2205,7 @@ static void init_output(HWND hwnd)
|
||||||
static void draw_item(Pane* pane, LPDRAWITEMSTRUCT dis, Entry* entry, int calcWidthCol);
|
static void draw_item(Pane* pane, LPDRAWITEMSTRUCT dis, Entry* entry, int calcWidthCol);
|
||||||
|
|
||||||
|
|
||||||
/* calculate prefered width for all visible columns */
|
/* calculate preferred width for all visible columns */
|
||||||
|
|
||||||
static BOOL calc_widths(Pane* pane, BOOL anyway)
|
static BOOL calc_widths(Pane* pane, BOOL anyway)
|
||||||
{
|
{
|
||||||
|
@ -2292,7 +2292,7 @@ static BOOL calc_widths(Pane* pane, BOOL anyway)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* calculate one prefered column width */
|
/* calculate one preferred column width */
|
||||||
|
|
||||||
static void calc_single_width(Pane* pane, int col)
|
static void calc_single_width(Pane* pane, int col)
|
||||||
{
|
{
|
||||||
|
@ -3396,7 +3396,7 @@ static BOOL pane_command(Pane* pane, UINT cmd)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifndef _NO_EXTENSIONS
|
#ifndef _NO_EXTENSIONS
|
||||||
case ID_PREFERED_SIZES: {
|
case ID_PREFERRED_SIZES: {
|
||||||
calc_widths(pane, TRUE);
|
calc_widths(pane, TRUE);
|
||||||
set_header(pane);
|
set_header(pane);
|
||||||
InvalidateRect(pane->hwnd, 0, TRUE);
|
InvalidateRect(pane->hwnd, 0, TRUE);
|
||||||
|
|
Loading…
Reference in a new issue