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

*** empty log message ***

This commit is contained in:
kojima
1999-04-17 19:44:58 +00:00
parent b147e8f85c
commit afcbe06363
4 changed files with 8 additions and 5 deletions

View File

@@ -1779,7 +1779,8 @@ wSelectWindow(WWindow *wwin, Bool flag)
void
wMakeWindowVisible(WWindow *wwin)
{
wWorkspaceChange(wwin->screen_ptr, wwin->frame->workspace);
if (wwin->frame->workspace != wwin->screen_ptr->current_workspace)
wWorkspaceChange(wwin->screen_ptr, wwin->frame->workspace);
if (wwin->flags.shaded) {
wUnshadeWindow(wwin);