mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Resistance shouldn't apply to sinking windows to prevent gmc icons....
This commit is contained in:
@@ -748,7 +748,8 @@ updateMoveData(WWindow *wwin, MoveData *data)
|
|||||||
if (tmp != wwin && scr->current_workspace == tmp->frame->workspace
|
if (tmp != wwin && scr->current_workspace == tmp->frame->workspace
|
||||||
&& !tmp->flags.miniaturized
|
&& !tmp->flags.miniaturized
|
||||||
&& !tmp->flags.hidden
|
&& !tmp->flags.hidden
|
||||||
&& !tmp->flags.obscured) {
|
&& !tmp->flags.obscured
|
||||||
|
&& !WFLAGP(tmp, sunken)) {
|
||||||
data->topList[data->count] = tmp;
|
data->topList[data->count] = tmp;
|
||||||
data->leftList[data->count] = tmp;
|
data->leftList[data->count] = tmp;
|
||||||
data->rightList[data->count] = tmp;
|
data->rightList[data->count] = tmp;
|
||||||
|
|||||||
Reference in New Issue
Block a user