summaryrefslogtreecommitdiff
path: root/textscreen/txt_table.h
diff options
context:
space:
mode:
authorSimon Howard2006-05-20 21:01:04 +0000
committerSimon Howard2006-05-20 21:01:04 +0000
commit56912a4dcca6f35f9a75fff2bccc59949acd2197 (patch)
tree1849edbfe4322876c74b0a5c0f0d3202be85b50b /textscreen/txt_table.h
parent8741ed033996e3cfed28cfc97753ef0cd2c40b17 (diff)
downloadchocolate-doom-56912a4dcca6f35f9a75fff2bccc59949acd2197.tar.gz
chocolate-doom-56912a4dcca6f35f9a75fff2bccc59949acd2197.tar.bz2
chocolate-doom-56912a4dcca6f35f9a75fff2bccc59949acd2197.zip
Make all windows be tables with one column.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 493
Diffstat (limited to 'textscreen/txt_table.h')
-rw-r--r--textscreen/txt_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_table.h b/textscreen/txt_table.h
index 75582878..1610b3fd 100644
--- a/textscreen/txt_table.h
+++ b/textscreen/txt_table.h
@@ -51,7 +51,7 @@ struct txt_table_s
txt_table_t *TXT_NewTable(int columns);
void TXT_InitTable(txt_table_t *table, int columns);
-void TXT_AddTableWidget(void *table, void *widget);
+void TXT_AddWidget(void *table, void *widget);
#endif /* #ifndef TXT_TABLE_T */