Allow setting XDG application ID on wayland
This commit is contained in:
parent
b31f471fb4
commit
0c360e6e23
2 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ windows: mach.Objects(
|
|||
// TODO: allocation/free strategy
|
||||
title: [:0]const u8 = "Mach Window",
|
||||
|
||||
// XDG application ID of the window
|
||||
app_id: [:0]const u8 = "",
|
||||
|
||||
/// Texture format of the framebuffer (read-only)
|
||||
framebuffer_format: gpu.Texture.Format = .bgra8_unorm,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue