diff options
Diffstat (limited to 'hst')
| -rw-r--r-- | hst/hst.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,9 @@ type Paths struct { // Info holds basic system information collected from the implementation. type Info struct { + // WaylandVersion is the libwayland value of WAYLAND_VERSION. + WaylandVersion string `json:"WAYLAND_VERSION"` + // Version is a hardcoded version string. Version string `json:"version"` // User is the userid according to hsu. |
