mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-29 18:33:33 +02:00
wmaker: remove apercu struct check artefact
This patch is removing the check for the legacy_minipreview_config struct
which was removed in commit fa8121ee61
Without it we can see the error below when running make check:
Error: structure "legacy_minipreview_config" was not found in ./defaults.c
This commit is contained in:
committed by
Carlos R. Mafra
parent
6c5c3e6181
commit
a631e3060e
@@ -195,6 +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" \
|
||||||
--struct-def "legacy_minipreview_config=$(srcdir)/defaults.c" \
|
|
||||||
--callback "getBool=char, getEnum=char, getInt=int" \
|
--callback "getBool=char, getEnum=char, getInt=int" \
|
||||||
--callback "getPathList=char*, getCoord=WCoord"
|
--callback "getPathList=char*, getCoord=WCoord"
|
||||||
|
|||||||
Reference in New Issue
Block a user