From de969c0b5eb0b59614cd70d3ed42b3a39099337f Mon Sep 17 00:00:00 2001 From: id Date: Thu, 30 Nov 2000 15:37:27 +0000 Subject: [PATCH] extendable drawstring function, hopefully last change to the function. --- src/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.h b/src/plugin.h index 87ec113f..b0a591b4 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -50,7 +50,7 @@ typedef void _DL_AnyProc(proplist_t); #define W_STRING_MTEXT 4 #define W_STRING_MEMBERS 5 -typedef void _DL_DrawStringProc(proplist_t, Drawable, GC, WMFont *, int, int, unsigned, unsigned, char *, int); +typedef void _DL_DrawStringProc(proplist_t, Drawable, int, int, unsigned, unsigned, char*, void**); #endif typedef void _DL_FreeDataProc(proplist_t pl, void *free_data); -- 2.11.4.GIT