summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2009-12-21 11:54:27 -0800
committerRick Pasetto <rick@lindenlab.com>2009-12-21 11:54:27 -0800
commit7012b7e5a7b6fc4a1ff2e04713105eb56b4dc9ca (patch)
tree8660484c9e23bf93623abf326f3d9b787b86f43d /indra/llui/lltextbase.h
parentfdaa7c3798efd070ac1f4ce707303f7f4ae89ea7 (diff)
parentc308dacfe26fa67e5871ba174dbc0c6cc545a6dd (diff)
Automated merge with ssh://richard@hg.lindenlab.com/james/gooey
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r--indra/llui/lltextbase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h
index a1f8ba39ae..c91578b637 100644
--- a/indra/llui/lltextbase.h
+++ b/indra/llui/lltextbase.h
@@ -180,6 +180,8 @@ public:
void changePage( S32 delta );
void changeLine( S32 delta );
+ bool scrolledToStart();
+ bool scrolledToEnd();
const LLFontGL* getDefaultFont() const { return mDefaultFont; }