summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 61081f4..12ccffd 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -212,6 +212,6 @@ void init_globals (void);
/* Wrapper font functions to support Xft */
void rp_draw_string (rp_screen *s, Drawable d, int style, int x, int y, char *string, int length);
-int rp_text_width (rp_screen *s, XFontSet font, char *string, int count);
+int rp_text_width (rp_screen *s, char *string, int count);
#endif