there's an oops in ecore e_window_show... :)

SVN revision: 3853
This commit is contained in:
Carsten Haitzler 2000-11-11 00:24:02 +00:00
parent 25153f7298
commit 70c496497d
1 changed files with 2 additions and 1 deletions

View File

@ -363,7 +363,8 @@ e_window_show(Window win)
if (xid)
{
if (xid->mapped)
xid->mapped = 1;
return;
xid->mapped = 1;
XMapWindow(disp, win);
}
}