8 +extern DEFSYM(root, "root");
9 DEFSYM(after_restacking_hook, "after-restacking-hook");
10 DEFSYM(position, "position");
11 DEFSYM(spacing, "spacing");
16 static Window edge_left, edge_right, edge_top, edge_bottom;
18 -DEFSYM(left, "left");
19 -DEFSYM(right, "right");
21 -DEFSYM(bottom, "bottom");
22 +extern DEFSYM(left, "left");
23 +extern DEFSYM(right, "right");
24 +extern DEFSYM(top, "top");
25 +extern DEFSYM(bottom, "bottom");
26 DEFSYM(enter_flipper_hook, "enter-flipper-hook");
27 DEFSYM(leave_flipper_hook, "leave-flipper-hook");
32 DEFSYM(north, "north");
33 DEFSYM(north_east, "north-east");
35 -DEFSYM(center, "center");
36 +extern DEFSYM(center, "center");
38 DEFSYM(south_west, "south-west");
39 DEFSYM(south, "south");