summaryrefslogtreecommitdiff
path: root/textscreen/txt_desktop.h
diff options
context:
space:
mode:
authorSimon Howard2015-04-04 21:29:33 -0400
committerSimon Howard2015-04-04 21:29:33 -0400
commit356554c22998264769a5c516697cbfbd43847ce4 (patch)
tree69e510a287f629685eaa543fbd2677dd165e628a /textscreen/txt_desktop.h
parent535b4edd143ceeae870e9c13cdac65ce17e2be48 (diff)
downloadchocolate-doom-356554c22998264769a5c516697cbfbd43847ce4.tar.gz
chocolate-doom-356554c22998264769a5c516697cbfbd43847ce4.tar.bz2
chocolate-doom-356554c22998264769a5c516697cbfbd43847ce4.zip
textscreen: Add help URL functionality for windows.
This adds the ability to associate a URL with a window that gives some extra information about it and the configuration options found in it.
Diffstat (limited to 'textscreen/txt_desktop.h')
-rw-r--r--textscreen/txt_desktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_desktop.h b/textscreen/txt_desktop.h
index 07164c89..3c6cf12b 100644
--- a/textscreen/txt_desktop.h
+++ b/textscreen/txt_desktop.h
@@ -31,7 +31,7 @@ void TXT_DrawDesktop(void);
void TXT_DispatchEvents(void);
void TXT_DrawWindow(txt_window_t *window);
void TXT_SetWindowFocus(txt_window_t *window, int focused);
-void TXT_WindowKeyPress(txt_window_t *window, int c);
+int TXT_WindowKeyPress(txt_window_t *window, int c);
/**
* Set the title displayed at the top of the screen.