mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-30 11:03:34 +02:00
wmaker: update callback function checks
This patch is adding the check for the getString function
that was added in commit be495bedbc.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a631e3060e
commit
4b4abf4c50
@@ -195,5 +195,5 @@ defaults-callbacks-dynamic:
|
|||||||
--source "$(srcdir)/defaults.c" --structure "optionList" \
|
--source "$(srcdir)/defaults.c" --structure "optionList" \
|
||||||
--field-value-ptr 4 --field-callback 5 \
|
--field-value-ptr 4 --field-callback 5 \
|
||||||
--struct-def "wPreferences=$(srcdir)/WindowMaker.h" \
|
--struct-def "wPreferences=$(srcdir)/WindowMaker.h" \
|
||||||
--callback "getBool=char, getEnum=char, getInt=int" \
|
--callback "getBool=char, getEnum=char, getInt=int, getString=char*" \
|
||||||
--callback "getPathList=char*, getCoord=WCoord"
|
--callback "getPathList=char*, getCoord=WCoord"
|
||||||
|
|||||||
Reference in New Issue
Block a user