return NULL;
}
-#if 0
static gboolean place_random(ObClient *client, gint *x, gint *y)
{
int l, r, t, b;
return TRUE;
}
-#endif
static GSList* area_add(GSList *list, Rect *a)
{
if (place_transient(client, x, y) ||
place_dialog(client, x, y) ||
place_smart(client, x, y) ||
- place_under_mouse(client, x, y))
+ (config_focus_follow ?
+ place_under_mouse(client, x, y) :
+ place_random(client, x, y)))
{
/* get where the client should be */
frame_frame_gravity(client->frame, x, y);