summaryrefslogtreecommitdiff
path: root/indra/llui/llui.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-12-02 15:26:19 -0500
committerOz Linden <oz@lindenlab.com>2010-12-02 15:26:19 -0500
commitcc65a9dbe2a8570b3f392aacfb3a6ee1d76ee2be (patch)
tree9736a496da97c9a190da076f7311280d9864d638 /indra/llui/llui.h
parentc51608633ddfdcf9a053fff37461059398ed4500 (diff)
parente1d31a5aca0e1619769735e6902b012bad965805 (diff)
merge up to latest beta
Diffstat (limited to 'indra/llui/llui.h')
-rw-r--r--indra/llui/llui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llui.h b/indra/llui/llui.h
index fc545c85d5..62d10df8b2 100644
--- a/indra/llui/llui.h
+++ b/indra/llui/llui.h
@@ -79,7 +79,7 @@ void gl_rect_2d_offset_local( S32 left, S32 top, S32 right, S32 bottom, const LL
void gl_rect_2d_offset_local( S32 left, S32 top, S32 right, S32 bottom, S32 pixel_offset = 0, BOOL filled = TRUE );
void gl_rect_2d(const LLRect& rect, BOOL filled = TRUE );
void gl_rect_2d(const LLRect& rect, const LLColor4& color, BOOL filled = TRUE );
-void gl_rect_2d_checkerboard(const LLRect& rect);
+void gl_rect_2d_checkerboard(const LLRect& rect, GLfloat alpha = 1.0f);
void gl_drop_shadow(S32 left, S32 top, S32 right, S32 bottom, const LLColor4 &start_color, S32 lines);