mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-23 00:51:25 +02:00
Gah!. New incompatible change in wtext.c broke the compilation of code
using WMText widget
This commit is contained in:
+3
-1
@@ -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