Commit 9b574a77 by Bryce McKinlay Committed by Bryce McKinlay

* gnu/gcj/xlib/XAnyEvent.java (XAnyEvent): Make constructor public.

From-SVN: r73351
parent 3ab3dca6
2003-11-08 Bryce McKinlay <bryce@mckinlay.net.nz>
* gnu/gcj/xlib/XAnyEvent.java (XAnyEvent): Make constructor
public.
2003-11-06 Mohan Embar <gnustuff@thisiscool.com>
PR libgcj/12231
......
......@@ -58,7 +58,7 @@ public final class XAnyEvent
public final static long MASK_SUBSTRUCTURE_NOTIFY = 1L<<19,
MASK_SUBSTRUCTURE_REDIRECT = 1L<<20;
XAnyEvent(Display display)
public XAnyEvent(Display display)
{
this.display = display;
init();
......
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