BrowserWindow.bjs
[app.webkitpdf] / BrowserWindow.vala
index 7b9c249..2a533d8 100644 (file)
@@ -2,7 +2,7 @@ static BrowserWindow  _BrowserWindow;
 
 public class BrowserWindow : Object
 {
-    public Gtk.OffscreenWindow el;
+    public Gtk.Window el;
     private BrowserWindow  _this;
 
     public static BrowserWindow singleton()
@@ -21,7 +21,7 @@ public class BrowserWindow : Object
     public BrowserWindow()
     {
         _this = this;
-        this.el = new Gtk.OffscreenWindow();
+        this.el = new Gtk.Window( null );
 
         // my vars (dec)