Lines 1559-1569
Link Here
|
1559 |
if (bringToCurrentWS) |
1559 |
if (bringToCurrentWS) |
1560 |
wWindowChangeWorkspace(wlist, scr->current_workspace); |
1560 |
wWindowChangeWorkspace(wlist, scr->current_workspace); |
1561 |
wlist->flags.hidden = 0; |
1561 |
wlist->flags.hidden = 0; |
|
|
1562 |
wRaiseFrame(wlist->frame->core); |
1562 |
if (wlist->frame->workspace == scr->current_workspace) { |
1563 |
if (wlist->frame->workspace == scr->current_workspace) { |
1563 |
XMapWindow(dpy, wlist->frame->core->window); |
1564 |
XMapWindow(dpy, wlist->frame->core->window); |
1564 |
if (miniwindows) { |
1565 |
if (miniwindows) { |
1565 |
wUnshadeWindow(wlist); |
1566 |
wUnshadeWindow(wlist); |
1566 |
wRaiseFrame(wlist->frame->core); |
|
|
1567 |
} |
1567 |
} |
1568 |
} |
1568 |
} |
1569 |
WMPostNotificationName(WMNChangedState, wlist, "hide"); |
1569 |
WMPostNotificationName(WMNChangedState, wlist, "hide"); |