many fixes
[fanfix.git] / src / jexer / TWindow.java
index 0a74a40dcc830f8cf739c0ad0f56c9c7ea4f943a..e1d0299b5f7463cec7eec3dad3b50276f1042824 100644 (file)
@@ -143,13 +143,13 @@ public class TWindow extends TWidget {
      * If true, then the user clicked on the title bar and is moving the
      * window.
      */
-    private boolean inWindowMove = false;
+    protected boolean inWindowMove = false;
 
     /**
      * If true, then the user clicked on the bottom right corner and is
      * resizing the window.
      */
-    private boolean inWindowResize = false;
+    protected boolean inWindowResize = false;
 
     /**
      * If true, then the user selected "Size/Move" (or hit Ctrl-F5) and is