mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 02:52:30 +01:00
extendable drawstring function, hopefully last change to the function.
This commit is contained in:
@@ -50,7 +50,7 @@ typedef void _DL_AnyProc(proplist_t);
|
|||||||
#define W_STRING_MTEXT 4
|
#define W_STRING_MTEXT 4
|
||||||
#define W_STRING_MEMBERS 5
|
#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
|
#endif
|
||||||
|
|
||||||
typedef void _DL_FreeDataProc(proplist_t pl, void *free_data);
|
typedef void _DL_FreeDataProc(proplist_t pl, void *free_data);
|
||||||
|
|||||||
Reference in New Issue
Block a user