summaryrefslogtreecommitdiff
path: root/src/q_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_field.h')
-rw-r--r--src/q_field.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/q_field.h b/src/q_field.h
index 7c0a6b8..1738e0e 100644
--- a/src/q_field.h
+++ b/src/q_field.h
@@ -8,7 +8,7 @@ of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
@@ -36,10 +36,10 @@ typedef struct inputField_s {
size_t cursorPos;
} inputField_t;
-qboolean IF_KeyEvent( inputField_t *field, int key );
-qboolean IF_CharEvent( inputField_t *field, int key );
-void IF_Init( inputField_t *field, size_t visibleChars, size_t maxChars );
-void IF_Clear( inputField_t *field );
-void IF_Replace( inputField_t *field, const char *text );
-int IF_Draw( inputField_t *field, int x, int y, int flags, qhandle_t font );
+qboolean IF_KeyEvent(inputField_t *field, int key);
+qboolean IF_CharEvent(inputField_t *field, int key);
+void IF_Init(inputField_t *field, size_t visibleChars, size_t maxChars);
+void IF_Clear(inputField_t *field);
+void IF_Replace(inputField_t *field, const char *text);
+int IF_Draw(inputField_t *field, int x, int y, int flags, qhandle_t font);