| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/x11-wm/afterstep/files/ |
Upload File : |
--- afterstep/icons.c.orig 1997-03-21 00:09:21 UTC
+++ afterstep/icons.c
@@ -10,7 +10,7 @@
*
* Modifications: Copyright 1995 Bo Yang. No further restrictions,
* as long as this copyright notice is preserved.
- *
+ */
/***********************************************************************
*
* afterstep icon code
@@ -779,10 +779,12 @@ void Iconify(ASWindow *tmp_win, int def_x, int def_y)
}
}
- if(tmp_win->flags & ICON_MOVED)
- CreateIconWindow(tmp_win,tmp_win->icon_x_loc,tmp_win->icon_y_loc);
- else
- CreateIconWindow(tmp_win, def_x, def_y);
+ if(tmp_win->icon_pixmap_w == None) {
+ if(tmp_win->flags & ICON_MOVED)
+ CreateIconWindow(tmp_win,tmp_win->icon_x_loc,tmp_win->icon_y_loc);
+ else
+ CreateIconWindow(tmp_win, def_x, def_y);
+ }
AutoPlace(tmp_win);
tmp_win->flags |= ICONIFIED;