* gnu/gcj/xlib/XAnyEvent.java (XAnyEvent): Make constructor public.
From-SVN: r73351
This commit is contained in:
parent
3ab3dca624
commit
9b574a7758
@ -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>
|
2003-11-06 Mohan Embar <gnustuff@thisiscool.com>
|
||||||
|
|
||||||
PR libgcj/12231
|
PR libgcj/12231
|
||||||
|
@ -58,7 +58,7 @@ public final class XAnyEvent
|
|||||||
public final static long MASK_SUBSTRUCTURE_NOTIFY = 1L<<19,
|
public final static long MASK_SUBSTRUCTURE_NOTIFY = 1L<<19,
|
||||||
MASK_SUBSTRUCTURE_REDIRECT = 1L<<20;
|
MASK_SUBSTRUCTURE_REDIRECT = 1L<<20;
|
||||||
|
|
||||||
XAnyEvent(Display display)
|
public XAnyEvent(Display display)
|
||||||
{
|
{
|
||||||
this.display = display;
|
this.display = display;
|
||||||
init();
|
init();
|
||||||
|
Loading…
Reference in New Issue
Block a user