GtkWindowPeer.java: Remove GTK_WINDOW_DIALOG.
2003-08-22 Thomas Fitzsimmons <fitzsim@redhat.com> * gnu/java/awt/peer/gtk/GtkWindowPeer.java: Remove GTK_WINDOW_DIALOG. Set GTK_WINDOW_POPUP to 1. From-SVN: r70688
This commit is contained in:
committed by
Thomas Fitzsimmons
parent
65dbc87090
commit
eb2a5f91b2
@@ -47,8 +47,7 @@ public class GtkWindowPeer extends GtkContainerPeer
|
||||
implements WindowPeer
|
||||
{
|
||||
static protected final int GTK_WINDOW_TOPLEVEL = 0;
|
||||
static protected final int GTK_WINDOW_DIALOG = 1;
|
||||
static protected final int GTK_WINDOW_POPUP = 2;
|
||||
static protected final int GTK_WINDOW_POPUP = 1;
|
||||
|
||||
native void create (int type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user