1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-04 23:35:58 +01:00

Added some fixes from people, and updated Changelog about this.

This commit is contained in:
dan
1999-04-20 20:56:30 +00:00
parent da4fc6b3a8
commit cef3b29d94
3 changed files with 7 additions and 2 deletions

View File

@@ -928,7 +928,8 @@ wIconifyWindow(WWindow *wwin)
wwin->icon = wIconCreate(wwin);
}
wwin->icon->mapped = 1;
if (wwin->icon)
wwin->icon->mapped = 1;
wwin->flags.miniaturized = 1;
wwin->flags.mapped = 0;

View File

@@ -203,7 +203,7 @@ catchXError(Display *dpy, XErrorEvent *error)
*----------------------------------------------------------------------
*/
static int
handleXIO(Display *dpy)
handleXIO(Display *xio_dpy)
{
dpy = NULL;
Exit(0);