The core_only kwarg got renamed to include_core_only.pull/10879/head
parent
e574eba0a5
commit
8e0bf28ba6
1 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@ |
||||
## Added core_only arg to wayland.scan_xml. |
||||
## Added `include_core_only` arg to wayland.scan_xml. |
||||
|
||||
The `scan_xml` function from the wayland module now has an optional bool |
||||
argument `core_only`, so that headers generated by wayland-scanner now |
||||
argument `include_core_only`, so that headers generated by wayland-scanner now |
||||
only include `wayland-client-core.h` instead of `wayland-client.h`. |
||||
|
Loading…
Reference in new issue