finish with NULL
This commit is contained in:
parent
33d97a7934
commit
ae7b2ed9d0
3
widget.c
3
widget.c
|
@ -6,7 +6,8 @@ const NameFuncLink WidgetList[] =
|
||||||
{"taglist", taglist_new},
|
{"taglist", taglist_new},
|
||||||
{"layoutinfo", layoutinfo_new},
|
{"layoutinfo", layoutinfo_new},
|
||||||
{"focustitle", focustitle_new},
|
{"focustitle", focustitle_new},
|
||||||
{"textbox", textbox_new}
|
{"textbox", textbox_new},
|
||||||
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue