1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-23 10:35:50 +01:00

misc. oversight fixes

This commit is contained in:
nwanua
2000-11-22 04:48:40 +00:00
parent 6aafaaa63c
commit 9a4037ebf1
2 changed files with 278 additions and 152 deletions

View File

@@ -1529,6 +1529,8 @@ void WMSetTextForegroundColor(WMText *tPtr, WMColor *color);
void WMSetTextBackgroundColor(WMText *tPtr, WMColor *color);
void WMSetTextBackgroundPixmap(WMText *tPtr, WMPixmap *pixmap);
void WMPrependTextStream(WMText *tPtr, char *text);
void WMAppendTextStream(WMText *tPtr, char *text);