dwmc: adding string support ref. #284

This commit is contained in:
bakkeby
2022-08-01 10:19:03 +02:00
parent d9f79bea73
commit 2e496ed931
3 changed files with 8 additions and 0 deletions

View File

@ -1368,6 +1368,9 @@ static Signal signals[] = {
#if STACKER_PATCH
{ "pushstack", pushstack },
#endif // STACKER_PATCH
#if FLOATPOS_PATCH
{ "floatpos", floatpos },
#endif // FLOATPOS_PATCH
#if FOCUSURGENT_PATCH
{ "focusurgent", focusurgent },
#endif // FOCUSURGENT_PATCH