src/Builder4/Editor.bjs
[app.Builder.js] / src / Builder4 / Editor.vala
index 4aca94d..1b9aa61 100644 (file)
@@ -20,6 +20,7 @@ public class Editor : Object
 
         // my vars (def)
     public Xcls_MainWindow window;
+    public int XXX;
     public string activeEditor;
     public int pos_root_x;
     public int pos_root_y;
@@ -40,6 +41,7 @@ public class Editor : Object
 
         // my vars (dec)
         this.window = null;
+        this.XXX = 0;
         this.activeEditor = "";
         this.ptype = "";
         this.key = "";