summaryrefslogtreecommitdiffstats
path: root/include/textbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/textbox.h')
-rw-r--r--include/textbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/textbox.h b/include/textbox.h
index ea638ff0..80169c2d 100644
--- a/include/textbox.h
+++ b/include/textbox.h
@@ -142,7 +142,7 @@ void textbox_insert ( textbox *tb, int pos, char *str, int slen );
* before any of the textbox_ functions is called.
* Clean with textbox_cleanup()
*/
-void textbox_setup ( Display *display );
+void textbox_setup ( void );
/**
* Cleanup the allocated colors and fonts by textbox_setup().