window.c
changeset 1095 90220990fd7c
parent 1093 e8d26c7dc42f
child 1101 9bfdab0f7fa5
--- a/window.c	Sat Jan 22 22:46:10 2005 +0000
+++ b/window.c	Sat Jan 22 22:47:58 2005 +0000
@@ -532,7 +532,8 @@
 	return true;
 }
 
-Point GetAutoPlacePosition(int width, int height) {
+static Point GetAutoPlacePosition(int width, int height)
+{
 	Window *w;
 	Point pt;
 
@@ -778,7 +779,7 @@
 	return false;
 }
 
-bool HandleMouseOver(void)
+static bool HandleMouseOver(void)
 {
 	Window *w;
 	WindowEvent e;
@@ -811,7 +812,7 @@
 	return true;
 }
 
-bool HandleWindowDragging(void)
+static bool HandleWindowDragging(void)
 {
 	Window *w;
 	// Get out immediately if no window is being dragged at all.