1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Resistance shouldn't apply to sinking windows to prevent gmc icons....

This commit is contained in:
id
1999-07-26 15:56:09 +00:00
parent d7384c2e07
commit 6dbd586586

View File

@@ -748,7 +748,8 @@ updateMoveData(WWindow *wwin, MoveData *data)
if (tmp != wwin && scr->current_workspace == tmp->frame->workspace
&& !tmp->flags.miniaturized
&& !tmp->flags.hidden
&& !tmp->flags.obscured) {
&& !tmp->flags.obscured
&& !WFLAGP(tmp, sunken)) {
data->topList[data->count] = tmp;
data->leftList[data->count] = tmp;
data->rightList[data->count] = tmp;