blob: 1221d47b337bebc5911c815f500fd177a5f369d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- icons.h.orig Wed May 30 21:09:38 2007
+++ icons.h Wed May 30 21:09:45 2007
@@ -53,7 +53,7 @@
void AddIconRegion(char *geom, int grav1, int grav2, int stepx, int stepy);
void IconDown (TwmWindow *tmp_win);
void IconUp (TwmWindow *tmp_win);
-void PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, int *final_x, int *final_y);
+static void PlaceIcon(TwmWindow *tmp_win, int def_x, int def_y, int *final_x, int *final_y);
|