1
0
forked from vitrine/wmaker

extendable drawstring function, hopefully last change to the function.

This commit is contained in:
id
2000-11-30 15:37:27 +00:00
parent 1752587a4a
commit de969c0b5e

View File

@@ -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);