1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-21 09:15:46 +01:00

Gah!. New incompatible change in wtext.c broke the compilation of code

using WMText widget
This commit is contained in:
dan
2000-10-15 00:11:41 +00:00
parent 9b0e0c6c54
commit 172da48a60

View File

@@ -504,6 +504,8 @@ testTextField(WMScreen *scr)
} }
#if 0
void void
testText(WMScreen *scr) testText(WMScreen *scr)
{ {
@@ -541,8 +543,8 @@ testText(WMScreen *scr)
WMRealizeWidget(win); WMRealizeWidget(win);
WMMapSubwidgets(win); WMMapSubwidgets(win);
WMMapWidget(win); WMMapWidget(win);
} }
#endif
void void