even more missing newlines
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@
|
|||||||
int mswin_yes_no_dialog( const char *question, const char *choices, int def)
|
int mswin_yes_no_dialog( const char *question, const char *choices, int def)
|
||||||
{
|
{
|
||||||
return '\032';
|
return '\032';
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -726,4 +726,4 @@ int plselFinalSelection(HWND hWnd, int* selection)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -82,4 +82,4 @@ PMSNHEvent mswin_input_peek()
|
|||||||
retval = NULL;
|
retval = NULL;
|
||||||
}
|
}
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -739,4 +739,4 @@ void mswin_message_window_size (HWND hWnd, LPSIZE sz)
|
|||||||
GetClientRect(hWnd, &client_rt);
|
GetClientRect(hWnd, &client_rt);
|
||||||
sz->cy = sz->cy - (client_rt.bottom - client_rt.top) +
|
sz->cy = sz->cy - (client_rt.bottom - client_rt.top) +
|
||||||
data->yChar * MSG_VISIBLE_LINES;
|
data->yChar * MSG_VISIBLE_LINES;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -173,4 +173,4 @@ void mswin_status_window_size (HWND hWnd, LPSIZE sz)
|
|||||||
SelectObject(hdc, saveFont);
|
SelectObject(hdc, saveFont);
|
||||||
ReleaseDC(hWnd, hdc);
|
ReleaseDC(hWnd, hdc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user