X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTWindow.java;h=2855209eda870bb5a5bc44c9d2670585f7400d89;hb=ba71ae78a66c9f88237d2681aa5ff991e3bd60ef;hp=77bd2b31544fe39f9f5f063a4f15df3ce343d66d;hpb=97bc3f29f12d64d27d49b0d61947d15dfa64d156;p=fanfix.git diff --git a/src/jexer/TWindow.java b/src/jexer/TWindow.java index 77bd2b3..2855209 100644 --- a/src/jexer/TWindow.java +++ b/src/jexer/TWindow.java @@ -1384,7 +1384,7 @@ public class TWindow extends TWidget { * @return true if this window does not want the application-wide mouse * cursor drawn over it */ - public final boolean hasHiddenMouse() { + public boolean hasHiddenMouse() { return hideMouse; }