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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user