summaryrefslogtreecommitdiff
path: root/textscreen/txt_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_main.h')
-rw-r--r--textscreen/txt_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_main.h b/textscreen/txt_main.h
index ac915234..49986faf 100644
--- a/textscreen/txt_main.h
+++ b/textscreen/txt_main.h
@@ -97,7 +97,7 @@ void TXT_GetKeyDescription(int key, char *buf);
// Retrieve the current position of the mouse
-void TXT_GetMouseState(int *x, int *y);
+void TXT_GetMousePosition(int *x, int *y);
// Sleep until an event is received or the screen needs updating
// Optional timeout in ms (timeout == 0 : sleep forever)