Skip to content

Commit

Permalink
docs: Update to addCustomProtocol() in README
Browse files Browse the repository at this point in the history
  • Loading branch information
novakne authored and ifreund committed Sep 25, 2023
1 parent 7f52888 commit b9c6fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub fn build(b: *std.build.Builder) void {
scanner.addSystemProtocol("stable/xdg-shell/xdg-shell.xml");
scanner.addSystemProtocol("staging/ext-session-lock/ext-session-lock-v1.xml");
scanner.addProtocolPath("protocol/private_foobar.xml");
scanner.addCustomProtocol("protocol/private_foobar.xml");
// Pass the maximum version implemented by your wayland server or client.
// Requests, events, enums, etc. from newer versions will not be generated,
Expand Down

0 comments on commit b9c6fcb

Please sign in to comment.