mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:06:52 +00:00
remove trailing whitespace at end of lines
svn path=/trunk/; revision=15091
This commit is contained in:
parent
1c29a40c45
commit
456be5d16b
385 changed files with 5481 additions and 5481 deletions
|
@ -81,7 +81,7 @@ static void AddStatusMsg(DFWINDOW wnd, PARAM p1)
|
|||
if (wnd->StatusBar != NULL) {
|
||||
if (p1 && *(char *)p1)
|
||||
DfSendMessage(wnd->StatusBar, SETTEXT, p1, 0);
|
||||
else
|
||||
else
|
||||
DfSendMessage(wnd->StatusBar, CLEARTEXT, 0, 0);
|
||||
DfSendMessage(wnd->StatusBar, PAINT, 0, 0);
|
||||
}
|
||||
|
@ -95,7 +95,7 @@ static void SetFocusMsg(DFWINDOW wnd, BOOL p1)
|
|||
inFocus = p1 ? wnd : NULL;
|
||||
if (isVisible(wnd))
|
||||
DfSendMessage(wnd, BORDER, 0, 0);
|
||||
else
|
||||
else
|
||||
DfSendMessage(wnd, SHOW_WINDOW, 0, 0);
|
||||
}
|
||||
|
||||
|
@ -195,7 +195,7 @@ static void CommandMsg(DFWINDOW wnd, PARAM p1, PARAM p2)
|
|||
if (DfDialogBox(wnd, &Display, TRUE, NULL)) {
|
||||
if (inFocus == wnd->MenuBarWnd || inFocus == wnd->StatusBar)
|
||||
oldFocus = ApplicationWindow;
|
||||
else
|
||||
else
|
||||
oldFocus = inFocus;
|
||||
DfSendMessage(wnd, DFM_HIDE_WINDOW, 0, 0);
|
||||
SelectColors(wnd);
|
||||
|
@ -389,7 +389,7 @@ static char *WindowName(DFWINDOW wnd)
|
|||
{
|
||||
if (GetClass(wnd) == DIALOG)
|
||||
return ((DBOX *)(wnd->extension))->HelpName;
|
||||
else
|
||||
else
|
||||
return "Untitled";
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue