about summary refs log tree commit diff
path: root/src/game/client/components/menus.h
diff options
context:
space:
mode:
authorTom Adams <Tom_Adams@web.de>2010-05-29 15:53:57 +0000
committerTom Adams <Tom_Adams@web.de>2010-05-29 15:53:57 +0000
commite16fdc3f3edc4f66cda9a44679af2ebe1b235612 (patch)
tree8c9d3c5881e3d7af37188937dac8a7cb82bcc359 /src/game/client/components/menus.h
parentf96fccb6e79cf2f691b67ae4152f3031863faec8 (diff)
downloadzcatch-e16fdc3f3edc4f66cda9a44679af2ebe1b235612.tar.gz
zcatch-e16fdc3f3edc4f66cda9a44679af2ebe1b235612.zip
added clipping to editboxes (#773) and made their cursors blink
Diffstat (limited to 'src/game/client/components/menus.h')
-rw-r--r--src/game/client/components/menus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h
index 3055e661..c09e6e96 100644
--- a/src/game/client/components/menus.h
+++ b/src/game/client/components/menus.h
@@ -58,7 +58,7 @@ class CMenus : public CComponent
 	static void ui_draw_checkbox(const void *id, const char *text, int checked, const CUIRect *r, const void *extra);
 	static void ui_draw_checkbox_number(const void *id, const char *text, int checked, const CUIRect *r, const void *extra);
 	*/
-	int DoEditBox(void *pID, const CUIRect *pRect, char *pStr, unsigned StrSize, float FontSize, bool Hidden=false, int Corners=CUI::CORNER_ALL);
+	int DoEditBox(void *pID, const CUIRect *pRect, char *pStr, unsigned StrSize, float FontSize, float *Offset, bool Hidden=false, int Corners=CUI::CORNER_ALL);
 	//static int ui_do_edit_box(void *id, const CUIRect *rect, char *str, unsigned str_size, float font_size, bool hidden=false);
 
 	float DoScrollbarV(const void *pID, const CUIRect *pRect, float Current);