fix6
This commit is contained in:
parent
611e8a5324
commit
85340eab40
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ static gboolean place_under_mouse(ObClient *client, gint *x, gint *y)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void place_window_from_settings(ObClient *client, gint *x, gint *y, ObAppSettings *settings)
|
static gboolean place_per_app_setting(ObClient *client, gint *x, gint *y, ObAppSettings *settings)
|
||||||
{
|
{
|
||||||
gint px, py, i;
|
gint px, py, i;
|
||||||
Rect *screen;
|
Rect *screen;
|
||||||
|
|
Loading…
Reference in a new issue