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

From-SVN: r73351
This commit is contained in:
Bryce McKinlay 2003-11-08 01:23:47 +00:00 committed by Bryce McKinlay
parent 3ab3dca624
commit 9b574a7758
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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();