Commit 1cd29ad2 by Scott Gilbertson Committed by Scott Gilbertson

* gnu/awt/xlib/XCanvasPeer.java (setVisible): Implement unmap.

From-SVN: r81859
parent b89e96ac
2004-05-14 Scott Gilbertson <scottg@mantatest.com>
* gnu/awt/xlib/XCanvasPeer.java (setVisible): Implement unmap.
2004-05-14 Steven Augart <augart@watson.ibm.com>
* include/jni.h (_Jv_func): Removed.
......
......@@ -424,7 +424,8 @@ public class XCanvasPeer implements CanvasPeer
}
else
{
throw new UnsupportedOperationException("unmap not implemented");
window.unmap();
ensureFlush();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment