Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -168,7 +168,8 @@ public class GtkFramePeer extends GtkWindowPeer
|
||||
void create ()
|
||||
{
|
||||
// Create a normal decorated window.
|
||||
create (GDK_WINDOW_TYPE_HINT_NORMAL, true);
|
||||
create (GDK_WINDOW_TYPE_HINT_NORMAL,
|
||||
!((Frame) awtComponent).isUndecorated ());
|
||||
|
||||
Frame frame = (Frame) awtComponent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user