1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

added a #define for WMClearText

This commit is contained in:
nwanua
2001-02-22 07:32:36 +00:00
parent f6a889910a
commit ae9e955f10

View File

@@ -1585,6 +1585,9 @@ void WMPrependTextStream(WMText *tPtr, char *text);
void WMAppendTextStream(WMText *tPtr, char *text);
#define WMClearText(tPtr) WMAppendTextStream \
((tPtr), (NULL))
/* free the text */
char * WMGetTextStream(WMText *tPtr);