mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
forgot to double indent line
This commit is contained in:
parent
9b079b70a0
commit
2de12b5979
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,7 @@ directional_target_window(struct view *view, struct server *server,
|
||||||
int cx = view->current.x + view->current.width / 2;
|
int cx = view->current.x + view->current.width / 2;
|
||||||
int cy = view->current.y + view->current.height / 2;
|
int cy = view->current.y + view->current.height / 2;
|
||||||
for_each_view(v, &server->views,
|
for_each_view(v, &server->views,
|
||||||
LAB_VIEW_CRITERIA_CURRENT_WORKSPACE) {
|
LAB_VIEW_CRITERIA_CURRENT_WORKSPACE) {
|
||||||
if (v->minimized) {
|
if (v->minimized) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue