(svn r17995) -Codechange: PreventHiding() is used in one file, make it static.

pull/155/head
alberth 15 years ago
parent da20ee30a2
commit 0fa6870eca

@ -1621,7 +1621,7 @@ enum PreventHideDirection {
* @param px Previous horizontal base coordinate.
* @param dir If no room horizontally, move the rectangle to the indicated position.
*/
void PreventHiding(int *nx, int *ny, const Rect &rect, const Window *v, int px, PreventHideDirection dir)
static void PreventHiding(int *nx, int *ny, const Rect &rect, const Window *v, int px, PreventHideDirection dir)
{
if (v == NULL) return;

Loading…
Cancel
Save