X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTWindow.java;h=e1d0299b5f7463cec7eec3dad3b50276f1042824;hb=091d8a06c7f9f91c2a15c9350b6502cf4c10f5a3;hp=0a74a40dcc830f8cf739c0ad0f56c9c7ea4f943a;hpb=92554d64c21c6a477fd23a06ca3a64a542b622a3;p=fanfix.git diff --git a/src/jexer/TWindow.java b/src/jexer/TWindow.java index 0a74a40..e1d0299 100644 --- a/src/jexer/TWindow.java +++ b/src/jexer/TWindow.java @@ -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