finish list with NULL
This commit is contained in:
parent
09d319ab07
commit
313b436be7
|
@ -29,6 +29,7 @@ name_func_link_t FloatingPlacementList[] =
|
|||
{
|
||||
{ "smart", placement_smart },
|
||||
{ "under_mouse", placement_under_mouse },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
static Area
|
||||
|
|
Loading…
Reference in New Issue