From a289e5416b88f0f24ae668a6cc921c28b72ceae7 Mon Sep 17 00:00:00 2001 From: Mark Bolhuis Date: Wed, 7 Sep 2022 01:00:49 +0100 Subject: modules/wayland: Change default value of include_core_only to true The use of wayland-.h is discouraged, therefore change the default value of include_core_only to true. --- docs/markdown/Wayland-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Wayland-module.md b/docs/markdown/Wayland-module.md index ce2b7a6..6793293 100644 --- a/docs/markdown/Wayland-module.md +++ b/docs/markdown/Wayland-module.md @@ -50,7 +50,7 @@ generated = wl_mod.scan_xml( client : true, server : true, public : false, - include_core_only : false, + include_core_only : true, ) ``` This function accepts one or more arguments of either string or file type. -- cgit v1.1